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