aboutsummaryrefslogtreecommitdiff
path: root/examples/docs/src/components/Footer/Footer.astro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/docs/src/components/Footer/Footer.astro')
-rw-r--r--examples/docs/src/components/Footer/Footer.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/src/components/Footer/Footer.astro b/examples/docs/src/components/Footer/Footer.astro
index d13f832e5..ab0634976 100644
--- a/examples/docs/src/components/Footer/Footer.astro
+++ b/examples/docs/src/components/Footer/Footer.astro
@@ -1,5 +1,5 @@
---
-import AvatarList from './AvatarList.astro';
+import AvatarList from "./AvatarList.astro";
const { path } = Astro.props;
---