N-FIN-5: move types directory
This commit is contained in:
parent
d86ae47c7c
commit
2840931a3d
5 changed files with 4 additions and 4 deletions
|
@ -8,7 +8,7 @@ import { Input } from '@/components/ui/input';
|
|||
import React from 'react';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { signInFormSchema } from '@/lib/form-schemas/signInFormSchema';
|
||||
import { ActionResponse } from '@/lib/actions/types/ActionResponse';
|
||||
import { ActionResponse } from '@/lib/types/ActionResponse';
|
||||
import { useRouter } from 'next/navigation';
|
||||
import { toast } from 'sonner';
|
||||
import { sonnerContent } from '@/components/ui/sonner';
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
'use client';
|
||||
|
||||
import { ActionResponse } from '@/lib/actions/types/ActionResponse';
|
||||
import { ActionResponse } from '@/lib/types/ActionResponse';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import React from 'react';
|
||||
import { useRouter } from 'next/navigation';
|
||||
|
|
|
@ -8,7 +8,7 @@ import { Input } from '@/components/ui/input';
|
|||
import React from 'react';
|
||||
import { Button } from '@/components/ui/button';
|
||||
import { signUpFormSchema } from '@/lib/form-schemas/signUpFormSchema';
|
||||
import { ActionResponse } from '@/lib/actions/types/ActionResponse';
|
||||
import { ActionResponse } from '@/lib/types/ActionResponse';
|
||||
import { useRouter } from 'next/navigation';
|
||||
import { toast } from 'sonner';
|
||||
import { sonnerContent } from '@/components/ui/sonner';
|
||||
|
|
|
@ -4,7 +4,7 @@ import { useTheme } from 'next-themes';
|
|||
import { Toaster as Sonner } from 'sonner';
|
||||
import { AlertCircle, CheckCircle, HelpCircle, XCircle } from 'lucide-react';
|
||||
import React, { JSX } from 'react';
|
||||
import { ActionResponse } from '@/lib/actions/types/ActionResponse';
|
||||
import { ActionResponse } from '@/lib/types/ActionResponse';
|
||||
|
||||
type ToasterProps = React.ComponentProps<typeof Sonner>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue