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 5e98c8b commit 0f0de84Copy full SHA for 0f0de84
docs/src/layouts/BaseLayout.astro
@@ -1,5 +1,6 @@
1
---
2
import { collectHeadings, getAllLinks } from "src/lib/helpers";
3
+import Aside from "@components/Aside.astro";
4
import Navigation from "@components/Navigation.astro";
5
import Footer from "@components/Footer.astro";
6
import Header from "@components/Header.astro";
0 commit comments