mirror of
https://codeberg.org/pronounscc/pronouns.cc.git
synced 2024-11-20 08:09:52 +01:00
format
This commit is contained in:
parent
4308bd4d98
commit
31e1862ca9
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
<script lang="ts">
|
||||
import type { CustomPreferences, CustomPreference, 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