mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-24 02:46:11 -05:00
Update import path for user information choices
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user