We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f97049c commit 195429cCopy full SHA for 195429c
src/pages/browse/index.astro
@@ -6,6 +6,7 @@ import BasePage from '@awesome-myst/myst-awesome/layouts/BasePage.astro';
6
import Footer from '../../components/Footer.astro';
7
import Header from '../../components/Header.astro';
8
9
+import SearchDialog from '../../components/SearchDialog.astro';
10
import '../../styles/custom.css';
11
12
import { getCollection } from 'astro:content';
0 commit comments