Compare commits
2 commits
c59e1ec0fb
...
86d77190a6
| Author | SHA1 | Date | |
|---|---|---|---|
| 86d77190a6 | |||
| 8a62782c27 |
2 changed files with 5 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ export { default as Display } from './components/Display'
|
||||||
export { default as Padding } from './components/Padding'
|
export { default as Padding } from './components/Padding'
|
||||||
export { default as Modal } from './components/Modal'
|
export { default as Modal } from './components/Modal'
|
||||||
export { default as ModalButton } from './components/ModalButton'
|
export { default as ModalButton } from './components/ModalButton'
|
||||||
|
export { default as Input } from './components/Input'
|
||||||
|
|
||||||
export { default as OptimizeBackground } from './Optimizers/OptimizeBackground'
|
export { default as OptimizeBackground } from './Optimizers/OptimizeBackground'
|
||||||
export { default as OptimizeImage } from './Optimizers/OptimizeImage'
|
export { default as OptimizeImage } from './Optimizers/OptimizeImage'
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
import Layout from '../layouts/Layout.astro'
|
import Layout from '../layouts/Layout.astro'
|
||||||
import { Button, Logo, Link, Box, Page, Form, Row, Column, Image, Copyright, OptimizeLogo, Display, Padding } from '../../fwt/'
|
import { Button, Logo, Link, Box, Page, Form, Row, Column, Image, Copyright, OptimizeLogo, Display, Padding } from '../../fwt/'
|
||||||
import RegistrationForm from '../components/RegistrationForm/RegistrantionForm'
|
import RegistrationForm from '../components/RegistrationForm/RegistrationForm'
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="Register - OCBO e-Sign">
|
<Layout title="Register - OCBO e-Sign">
|
||||||
|
|
@ -30,7 +30,9 @@ import RegistrationForm from '../components/RegistrationForm/RegistrantionForm'
|
||||||
</Column>
|
</Column>
|
||||||
</Display>
|
</Display>
|
||||||
|
|
||||||
|
<Column>
|
||||||
<RegistrationForm />
|
<RegistrationForm />
|
||||||
|
</Column>
|
||||||
</Display>
|
</Display>
|
||||||
</Padding>
|
</Padding>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue