diff options
author | 2021-09-06 01:42:02 -0700 | |
---|---|---|
committer | 2021-09-06 01:42:58 -0700 | |
commit | 8963b6607af252e6430f7e6ee0957105f24feae1 (patch) | |
tree | 8dfcf4e618d8b4815fcf402bfd0ff1b7f8a06e10 /docs | |
parent | 5fe677d69c9855468122ed5c081590e71ee4fef8 (diff) | |
download | astro-8963b6607af252e6430f7e6ee0957105f24feae1.tar.gz astro-8963b6607af252e6430f7e6ee0957105f24feae1.tar.zst astro-8963b6607af252e6430f7e6ee0957105f24feae1.zip |
fix bad import
Diffstat (limited to 'docs')
-rw-r--r-- | docs/src/pages/themes.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/themes.astro b/docs/src/pages/themes.astro index 86486514d..ea2c81d34 100644 --- a/docs/src/pages/themes.astro +++ b/docs/src/pages/themes.astro @@ -1,6 +1,6 @@ --- import Layout from '../layouts/MainLayout.astro'; -import Card from '../components/Examples/Card.astro'; +import Card from '../components/Card.astro'; import {Markdown} from 'astro/components'; import themes from '../data/themes.json'; import components from '../data/components.json'; |