0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-23 21:53:55 -05:00

fix bad import

This commit is contained in:
Fred K. Schott 2021-09-06 01:42:02 -07:00
parent 5fe677d69c
commit 8963b6607a

View file

@ -1,6 +1,6 @@
--- ---
import Layout from '../layouts/MainLayout.astro'; 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 {Markdown} from 'astro/components';
import themes from '../data/themes.json'; import themes from '../data/themes.json';
import components from '../data/components.json'; import components from '../data/components.json';