Skip to content

Commit 0f0de84

Browse files
committed
Update BaseLayout.astro
1 parent 5e98c8b commit 0f0de84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/layouts/BaseLayout.astro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
import { collectHeadings, getAllLinks } from "src/lib/helpers";
3+
import Aside from "@components/Aside.astro";
34
import Navigation from "@components/Navigation.astro";
45
import Footer from "@components/Footer.astro";
56
import Header from "@components/Header.astro";

0 commit comments

Comments
 (0)