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:
parent
5fe677d69c
commit
8963b6607a
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||||
|
|
Loading…
Reference in a new issue