chore : remove deprecated imports

This commit is contained in:
swve 2023-04-08 16:24:06 +02:00
parent d6289edb29
commit a10fcbd9a0

View file

@ -1,8 +1,6 @@
"use client";
import { useRouter } from 'next/navigation';
import React from "react";
import { Header } from "../../components/UI/Header";
import Layout from "../../components/UI/Layout";
import { Title } from "../../components/UI/Elements/Styles/Title";
import { loginAndGetToken } from "../../services/auth/auth";
@ -35,7 +33,6 @@ const Login = () => {
return (
<div>
< >
<Header></Header>
<Title>Login</Title>
<form>