Setup Page init

This commit is contained in:
headlesdev
2025-05-17 15:38:56 +02:00
parent 6c0edecabf
commit ac6c71eee9
2 changed files with 28 additions and 2 deletions

View File

@@ -3,11 +3,11 @@
import Image from "next/image"
import Link from "next/link"
import {useEffect} from "react";
import { useEffect } from "react";
import { useRouter } from "next/navigation";
import axios from "axios";
export default function LoginPage() {
export default function Login() {
const router = useRouter();
useEffect(() => {