view data fixes
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { describe, it, expect } from 'vitest';
|
||||
import { LoginViewDataBuilder } from './LoginViewDataBuilder';
|
||||
import type { LoginPageDTO } from '@/lib/services/auth/types/LoginPageDTO';
|
||||
import type { LoginPageDTO } from '@/lib/types/generated/LoginPageDTO';
|
||||
|
||||
describe('LoginViewDataBuilder', () => {
|
||||
describe('happy paths', () => {
|
||||
|
||||
Reference in New Issue
Block a user