wip(js): add head.html and assets/js
This commit is contained in:
5
assets/js/modules/layouts/topbar.js
Normal file
5
assets/js/modules/layouts/topbar.js
Normal file
@ -0,0 +1,5 @@
|
||||
import { displaySearch } from '../components/search-display';
|
||||
|
||||
export function initTopbar() {
|
||||
displaySearch();
|
||||
}
|
Reference in New Issue
Block a user