fix: remove faulty import

This commit is contained in:
swve 2023-06-22 20:36:55 +02:00
parent 018e20c10e
commit 96fdab9b84

View file

@ -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';