Updated
This commit is contained in:
parent
2a5b95523e
commit
3e50802ef3
26 changed files with 28 additions and 37 deletions
|
|
@ -1,11 +1,11 @@
|
|||
---
|
||||
import Layout from '../layouts/Layout.astro'
|
||||
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 Button from '../../fwt/components/Button/Button'
|
||||
import Logo from '../../fwt/components/Logo/Logo'
|
||||
import OptimizeLogo from '../../fwt/components/Optimizer/OptimizeLogo'
|
||||
import Link from '../../fwt/components/Link/Link'
|
||||
import Counter from '../components/Counter/Counter'
|
||||
import Page from '../templates/components/Page/Page'
|
||||
import Page from '../../fwt/components/Page/Page'
|
||||
---
|
||||
|
||||
<Layout title="FWT">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue