mirror of
https://github.com/hex248/sprint.git
synced 2026-02-08 18:33:01 +00:00
logout/login from anywhere
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Button } from "@/components/ui/button";
|
||||
import LogOutButton from "./components/log-out-button";
|
||||
|
||||
function Test() {
|
||||
return (
|
||||
@@ -9,6 +10,7 @@ function Test() {
|
||||
<div className="flex gap-4">
|
||||
<Button linkTo="/">go back to "/"</Button>
|
||||
</div>
|
||||
<LogOutButton />
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user