mirror of
https://codeberg.org/MarkusThielker/finances.git
synced 2025-04-12 05:08:43 +00:00
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 React from 'react';
|
||||||
import { Button } from '@/components/ui/button';
|
import { Button } from '@/components/ui/button';
|
||||||
import { signInFormSchema } from '@/lib/form-schemas/signInFormSchema';
|
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 { useRouter } from 'next/navigation';
|
||||||
import { toast } from 'sonner';
|
import { toast } from 'sonner';
|
||||||
import { sonnerContent } from '@/components/ui/sonner';
|
import { sonnerContent } from '@/components/ui/sonner';
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
'use client';
|
'use client';
|
||||||
|
|
||||||
import { ActionResponse } from '@/lib/actions/types/ActionResponse';
|
import { ActionResponse } from '@/lib/types/ActionResponse';
|
||||||
import { Button } from '@/components/ui/button';
|
import { Button } from '@/components/ui/button';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { useRouter } from 'next/navigation';
|
import { useRouter } from 'next/navigation';
|
||||||
|
|
|
@ -8,7 +8,7 @@ import { Input } from '@/components/ui/input';
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { Button } from '@/components/ui/button';
|
import { Button } from '@/components/ui/button';
|
||||||
import { signUpFormSchema } from '@/lib/form-schemas/signUpFormSchema';
|
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 { useRouter } from 'next/navigation';
|
||||||
import { toast } from 'sonner';
|
import { toast } from 'sonner';
|
||||||
import { sonnerContent } from '@/components/ui/sonner';
|
import { sonnerContent } from '@/components/ui/sonner';
|
||||||
|
|
|
@ -4,7 +4,7 @@ import { useTheme } from 'next-themes';
|
||||||
import { Toaster as Sonner } from 'sonner';
|
import { Toaster as Sonner } from 'sonner';
|
||||||
import { AlertCircle, CheckCircle, HelpCircle, XCircle } from 'lucide-react';
|
import { AlertCircle, CheckCircle, HelpCircle, XCircle } from 'lucide-react';
|
||||||
import React, { JSX } from '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>
|
type ToasterProps = React.ComponentProps<typeof Sonner>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue