Add header (featuring SearchBar and TabBar)
This commit is contained in:
parent
be55bb91dc
commit
740cee3d44
8
karaokatalog/ui/static/components/pieces/Header.js
Normal file
8
karaokatalog/ui/static/components/pieces/Header.js
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import SearchBar from "./SearchBar.js"
|
||||||
|
import TabBar from "./TabBar.js"
|
||||||
|
|
||||||
|
export default {
|
||||||
|
view() {
|
||||||
|
return m("header", [m(SearchBar), m(TabBar)])
|
||||||
|
},
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user