mirror of
https://github.com/peter-tanner/peter-tanner.github.io.git
synced 2024-12-02 21:10:17 +08:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
|
import { displaySearch } from '../components/search-display';
|
||
|
|
||
|
export function initTopbar() {
|
||
|
displaySearch();
|
||
|
}
|