website refactor
This commit is contained in:
@@ -2,7 +2,7 @@ import type { EmailValidationResult } from '../types/EmailAddress';
|
||||
import { validateEmail } from '../types/EmailAddress';
|
||||
import { UserId } from '../value-objects/UserId';
|
||||
import { PasswordHash } from '../value-objects/PasswordHash';
|
||||
import { StoredUser } from '../repositories/IUserRepository';
|
||||
import { StoredUser } from '../repositories/UserRepository';
|
||||
|
||||
export interface UserProps {
|
||||
id: UserId;
|
||||
|
||||
Reference in New Issue
Block a user