mirror of
https://github.com/He4eT/tabswitcher.git
synced 2026-05-04 17:07:23 +00:00
pages/search: shaped tabs
This commit is contained in:
parent
8d91c80b8b
commit
5df95ea62c
6 changed files with 221 additions and 20 deletions
10
pages/search/search.js
Normal file
10
pages/search/search.js
Normal 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())
|
||||
Loading…
Add table
Add a link
Reference in a new issue