Used new location of components
This commit is contained in:
parent
f00098687c
commit
f1b8768b63
3 changed files with 23 additions and 19 deletions
|
|
@ -1,16 +1,18 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro'
|
||||
import Button from '../templates/Button/Button.tsx'
|
||||
import Image from '../templates/Image/Image'
|
||||
import Link from '../templates/Link/Link'
|
||||
import Counter from '../components/Counter/Counter.tsx'
|
||||
import Page from '../templates/Page/Page'
|
||||
import Button from '../templates/components/Button/Button'
|
||||
import Logo from '../templates/components/Logo/Logo'
|
||||
import OptimizeLogo from '../templates/components/Optimizer/OptimizeLogo'
|
||||
import Link from '../templates/components/Link/Link'
|
||||
import Counter from '../components/Counter/Counter'
|
||||
import Page from '../templates/components/Page/Page'
|
||||
---
|
||||
|
||||
<Layout title="FWT">
|
||||
<Page alignment="column">
|
||||
<Link to="https://git.patalcala.com/patalcala9/fwt">
|
||||
<Image src="fwt.png" size={250} />
|
||||
<!-- <OptimizeLogo size={250} /> -->
|
||||
<Logo size={250} />
|
||||
</Link>
|
||||
|
||||
<h1>Fast WebApp Template</h1>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue