mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: login issue
This commit is contained in:
parent
be2d115581
commit
aa9add2ed6
1 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
import { useRouter } from 'next/navigation';
|
import { useRouter } from 'next/navigation';
|
||||||
import React, { useState } from "react";
|
import React, { useState } from "react";
|
||||||
import { styled } from '@stitches/react';
|
import { styled } from '@stitches/react';
|
||||||
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";
|
||||||
import FormLayout, { ButtonBlack, Flex, FormField, FormLabel, FormMessage, Input } from '@components/UI/Form/Form';
|
import FormLayout, { ButtonBlack, Flex, FormField, FormLabel, FormMessage, Input } from '@components/UI/Form/Form';
|
||||||
import * as Form from '@radix-ui/react-form';
|
import * as Form from '@radix-ui/react-form';
|
||||||
import { BarLoader } from 'react-spinners';
|
import { BarLoader } from 'react-spinners';
|
||||||
Loading…
Add table
Add a link
Reference in a new issue