mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19: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";
|
"use client";
|
||||||
import { useRouter } from 'next/navigation';
|
import { useRouter } from 'next/navigation';
|
||||||
import React from "react";
|
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 { Title } from "../../components/UI/Elements/Styles/Title";
|
||||||
import { loginAndGetToken } from "../../services/auth/auth";
|
import { loginAndGetToken } from "../../services/auth/auth";
|
||||||
|
|
||||||
|
|
@ -35,7 +33,6 @@ const Login = () => {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
< >
|
< >
|
||||||
<Header></Header>
|
|
||||||
<Title>Login</Title>
|
<Title>Login</Title>
|
||||||
|
|
||||||
<form>
|
<form>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue