Update import path for user information choices

This commit is contained in:
MartinBraquet
2026-02-19 12:34:12 +01:00
parent 6be69b74e8
commit c1a204e3be

View File

@@ -1,12 +1,12 @@
import { faker } from "@faker-js/faker";
import {faker} from "@faker-js/faker";
import {
RELATIONSHIP_CHOICES,
POLITICAL_CHOICES,
RELIGION_CHOICES,
DIET_CHOICES,
EDUCATION_CHOICES,
RACE_CHOICES,
} from "web/components/filters/choices";
DIET_CHOICES,
EDUCATION_CHOICES,
POLITICAL_CHOICES,
RACE_CHOICES,
RELATIONSHIP_CHOICES,
RELIGION_CHOICES,
} from "common/lib/choices";
class UserAccountInformation {