Compare commits
No commits in common. "86d77190a6925b3b71d4eaf8a15a61ca4988d6bf" and "c59e1ec0fb246307c14835c62913eae8b96a94d6" have entirely different histories.
86d77190a6
...
c59e1ec0fb
2 changed files with 2 additions and 5 deletions
|
|
@ -16,7 +16,6 @@ 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/RegistrationForm'
|
import RegistrationForm from '../components/RegistrationForm/RegistrantionForm'
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout title="Register - OCBO e-Sign">
|
<Layout title="Register - OCBO e-Sign">
|
||||||
|
|
@ -30,9 +30,7 @@ import RegistrationForm from '../components/RegistrationForm/RegistrationForm'
|
||||||
</Column>
|
</Column>
|
||||||
</Display>
|
</Display>
|
||||||
|
|
||||||
<Column>
|
<RegistrationForm />
|
||||||
<RegistrationForm />
|
|
||||||
</Column>
|
|
||||||
</Display>
|
</Display>
|
||||||
</Padding>
|
</Padding>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue