diff --git a/src/App.js b/src/App.js index 70e84c2..d5e93cd 100644 --- a/src/App.js +++ b/src/App.js @@ -2,6 +2,7 @@ import { FirebaseConfig } from "./config/Config" import { initializeApp } from "firebase/app" import { Routes, Route } from "react-router-dom" import { useState } from "react" +import { getAuth, createUserWithEmailAndPassword } from "firebase/auth"; import { Header } from "./components/Header" import './App.css' diff --git a/src/pages/Signup.js b/src/pages/Signup.js index 9d29fa7..1cdb24a 100644 --- a/src/pages/Signup.js +++ b/src/pages/Signup.js @@ -9,7 +9,7 @@ export function Signup ( props ) { - +
Username