generated from lucien/api-template
add: added a user page and button to delete them
This commit is contained in:
parent
6c19015a29
commit
4045681913
8 changed files with 235 additions and 1 deletions
|
@ -9,6 +9,7 @@ export default function TopBar({ user }: { user: User | undefined }) {
|
|||
<div className="topbar-left">
|
||||
<Link to="/">Home</Link>
|
||||
<Link to="/channels">Channels</Link>
|
||||
<Link to="/users">Users</Link>
|
||||
</div>
|
||||
<div className="topbar-center">
|
||||
{user && user.id == 5 ? (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue