summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/src/pages/themes.astro2
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';