pages/search: shaped tabs

This commit is contained in:
He4eT 2024-01-20 04:21:59 +01:00
commit 5df95ea62c
6 changed files with 221 additions and 20 deletions

10
pages/search/search.js Normal file
View file

@ -0,0 +1,10 @@
import * as Store from './modules/store.js'
console.log('1234')
const store = Store.init({
tabs: browser.tabs,
onStateUpdate: console.log,
})
console.log(store.getCurrentState())