Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
No767 committed Dec 23, 2024
1 parent 869fa91 commit f70c05f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions react/src/pages/front.tsx
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import { signOut } from "supertokens-auth-react/recipe/session";
import AboutUsImage from "../assets/images/about-us.png";
import GlobalFooter from "./components/GlobalFooter";
import GlobalNavbar from "./components/GlobalNavbar";
function Front() {
async function onLogout() {
await signOut();
window.location.href = "/";
window.location.reload();
}
return (
<>
<GlobalNavbar />
Expand Down

0 comments on commit f70c05f

Please sign in to comment.