We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9979b2 commit 82ef69dCopy full SHA for 82ef69d
frontend/src/layouts/BaseLayout.astro
@@ -3,7 +3,7 @@ import Header from '../components/Header.astro';
3
import Footer from '../components/Footer.astro';
4
import '../styles/global.css';
5
import SearchPage from '../components/search/SearchPage';
6
-// Rest of imports and props remain the same.
+// Rest of imports and props remain the same
7
export interface Props {
8
// Basic SEO
9
name: string;
0 commit comments