diff --git a/index.html b/index.html index 0c589ec..179f41f 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,9 @@ Vite + React + + +
diff --git a/src/App.jsx b/src/App.jsx index 6c34533..8fc104d 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -2,6 +2,9 @@ import { useState } from 'react' import TopOrg from './components/TopOrganization' import Header from './components/Header' import Hero from './components/Hero' +import CreateAccount from './components/autorization/CreateAccount' +import Login from './components/autorization/Login' +import Footer from './components/footer/Footer' function App() { @@ -9,9 +12,14 @@ function App() { return ( <> -
+ {/* */} +