code quality
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
'use client';
|
||||
|
||||
|
||||
import { AuthCard } from '@/components/auth/AuthCard';
|
||||
import { AuthFooterLinks } from '@/components/auth/AuthFooterLinks';
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
'use client';
|
||||
|
||||
|
||||
import { AuthLoading } from '@/components/auth/AuthLoading';
|
||||
import { TemplateProps } from '@/lib/contracts/components/ComponentContracts';
|
||||
import { ViewData } from '@/lib/contracts/view-data/ViewData';
|
||||
|
||||
export function LoginLoadingTemplate({ viewData }: TemplateProps<ViewData>) {
|
||||
export function LoginLoadingTemplate({ }: TemplateProps<ViewData>) {
|
||||
return <AuthLoading />;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
'use client';
|
||||
|
||||
|
||||
import { AuthCard } from '@/components/auth/AuthCard';
|
||||
import { AuthFooterLinks } from '@/components/auth/AuthFooterLinks';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
'use client';
|
||||
|
||||
|
||||
import { AuthCard } from '@/components/auth/AuthCard';
|
||||
import { AuthFooterLinks } from '@/components/auth/AuthFooterLinks';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
'use client';
|
||||
|
||||
|
||||
import { AuthCard } from '@/components/auth/AuthCard';
|
||||
import { AuthFooterLinks } from '@/components/auth/AuthFooterLinks';
|
||||
|
||||
Reference in New Issue
Block a user