Changed core to templates
This commit is contained in:
parent
5a86aac37d
commit
2d9d7aa41c
3 changed files with 8 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro'
|
||||
import Button from '../core/Button/Button.tsx'
|
||||
import Image from '../core/Image/Image'
|
||||
import Page from '../core/Page/Page'
|
||||
import Button from '../templates/Button/Button.tsx'
|
||||
import Image from '../templates/Image/Image'
|
||||
import Page from '../templates/Page/Page'
|
||||
---
|
||||
|
||||
<Layout title="Home">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue