mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 08:39:52 +01:00
fix type error in frontend
This commit is contained in:
parent
cfed74d6bf
commit
40672d6d41
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<script lang="ts">
|
||||
import type { CustomPreferences, Field, FieldEntry, Pronoun } from "$lib/api/entities";
|
||||
import type { CustomPreferences, CustomPreference, Field, FieldEntry, Pronoun } from "$lib/api/entities";
|
||||
import defaultPreferences from "$lib/api/default_preferences";
|
||||
import StatusIcon from "$lib/components/StatusIcon.svelte";
|
||||
|
||||
|
|
Loading…
Reference in a new issue