Import Firebase Auth and Repair Col
This commit is contained in:
parent
0635f56265
commit
1e968638ab
|
@ -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'
|
||||
|
|
|
@ -9,7 +9,7 @@ export function Signup ( props ) {
|
|||
|
||||
<Container>
|
||||
<Row>
|
||||
<Col md={span: 4, offset:4}>
|
||||
<Col md={{span: 4, offset:4}}>
|
||||
<Form>
|
||||
<Form.Group>
|
||||
<Form.Label>Username</Form.Label>
|
||||
|
|
Loading…
Reference in New Issue