Changed built-in components to core
This commit is contained in:
parent
a15f4947e3
commit
79fb3c0e0a
11 changed files with 8 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro'
|
||||
import Button from '../builtin-components/Button/Button.tsx'
|
||||
import Image from '../builtin-components/Image/Image'
|
||||
import Page from '../builtin-components/Page/Page'
|
||||
import Button from '../core/Button/Button.tsx'
|
||||
import Image from '../core/Image/Image'
|
||||
import Page from '../core/Page/Page'
|
||||
---
|
||||
|
||||
<Layout title="Home">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue