frontend: create user auth
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
import './App.css'
|
||||
import Greeting from './components/Greeting'
|
||||
import Hosting from './components/Hosting'
|
||||
import NameSelector from './components/NameSelector'
|
||||
import InitialSetup from './components/InitialSetup'
|
||||
import Program from './components/Program'
|
||||
|
||||
function App() {
|
||||
return (
|
||||
<>
|
||||
<NameSelector/>
|
||||
<InitialSetup/>
|
||||
<Greeting/>
|
||||
<br/>
|
||||
<Hosting/>
|
||||
|
||||
Reference in New Issue
Block a user