diff --git a/src/pages/register.astro b/src/pages/register.astro index 50e0241..fd87b0a 100644 --- a/src/pages/register.astro +++ b/src/pages/register.astro @@ -1,7 +1,7 @@ --- import Layout from '../layouts/Layout.astro' 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' --- @@ -30,7 +30,9 @@ import RegistrationForm from '../components/RegistrationForm/RegistrantionForm' - + + +