mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-08 16:48:09 +00:00
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
import { displaySearch } from '../components/search-display';
|
|
|
|
export function initTopbar() {
|
|
displaySearch();
|
|
}
|