Used new location of components
This commit is contained in:
parent
f00098687c
commit
f1b8768b63
3 changed files with 23 additions and 19 deletions
|
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro'
|
||||
import Button from '../templates/Button/Button.tsx'
|
||||
import Image from '../templates/Image/Image'
|
||||
import Page from '../templates/Page/Page'
|
||||
import Button from '../templates/components/Button/Button.tsx'
|
||||
import Image from '../templates/components/Image/Image'
|
||||
import Page from '../templates/components/Page/Page'
|
||||
---
|
||||
|
||||
<Layout title="Home">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue