view data fixes
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
import type { LoginPageDTO } from '@/lib/services/auth/types/LoginPageDTO';
|
||||
'use client';
|
||||
|
||||
import type { LoginPageDTO } from '@/lib/types/generated/LoginPageDTO';
|
||||
import type { LoginViewData } from '@/lib/view-data/LoginViewData';
|
||||
import type { ViewDataBuilder } from '@/lib/contracts/builders/ViewDataBuilder';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user