Fix linting

This commit is contained in:
MartinBraquet
2025-07-31 03:04:51 +02:00
parent 7b9125f4f9
commit b5c28ce79f
2 changed files with 7 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ export interface ProfileData {
profile: {
location: string;
gender: string;
occupation: string;
personalityType: string;
conflictStyle: string;
description: string;