mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
fix: remove faulty import
This commit is contained in:
parent
018e20c10e
commit
96fdab9b84
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@
|
|||
import { useRouter } from 'next/navigation';
|
||||
import React, { useState } from "react";
|
||||
import { styled } from '@stitches/react';
|
||||
import { Title } from "../../../../components/UI/Elements/Styles/Title";
|
||||
import { loginAndGetToken } from "../../../../services/auth/auth";
|
||||
import FormLayout, { ButtonBlack, Flex, FormField, FormLabel, FormMessage, Input } from '@components/StyledElements/Form/Form';
|
||||
import * as Form from '@radix-ui/react-form';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue