feat: add Home page with Logout button
This commit is contained in:
parent
8a627983df
commit
9987eb651b
1 changed files with 10 additions and 0 deletions
10
src/app/home/page.tsx
Normal file
10
src/app/home/page.tsx
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
import { Logout } from '@/components/user/logout-button';
|
||||||
|
|
||||||
|
export default function Home() {
|
||||||
|
return (
|
||||||
|
<div>
|
||||||
|
<h1>Home</h1>
|
||||||
|
<Logout />
|
||||||
|
</div>
|
||||||
|
);
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue