feat: signout
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import React from "react";
|
||||
import { Link } from "react-router-dom";
|
||||
import SignOut from "../SignOut";
|
||||
|
||||
const Navbar = () => (
|
||||
<div>
|
||||
@@ -16,6 +17,9 @@ const Navbar = () => (
|
||||
<li>
|
||||
<Link to={"/register"}>Register</Link>
|
||||
</li>
|
||||
<li>
|
||||
<SignOut />
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user