mirror of
https://github.com/reiyua/RaysMovieClub.git
synced 2026-01-20 15:37:47 +00:00
Refer Signup page to Signup function from Firebase
This commit is contained in:
parent
04e0a999c6
commit
af5171baa3
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ function App() {
|
|||
<Route path="/" element={<Home greeting="Hey you're at home!" />} />
|
||||
<Route path="/about" element={<About greeting="Hey you, this is about page!" handler={saySomething} />} />
|
||||
<Route path="/contact" element={<Contact greeting="Hey you, this is contact page!" />} />
|
||||
<Route path="/signup" element={<Signup />} />
|
||||
<Route path="/signup" element={<Signup handler={signUp}/>} />
|
||||
</Routes>
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue