mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-18 20:09:25 +00:00
chore : remove deprecated imports
This commit is contained in:
parent
d6289edb29
commit
a10fcbd9a0
1 changed files with 0 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue