Skip to content

Commit

Permalink
fixup! Observe accessibility mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Aug 9, 2024
1 parent 3754fb6 commit 4fd0bf3
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@ import {
METADATA_CHOICES,
itemKey,
} from "@/arches_references/constants.ts";
import { dataIsNew, languageNameFromCode, shouldUseContrast } from "@/arches_references/utils.ts";
import {
dataIsNew,
languageNameFromCode,
shouldUseContrast,
} from "@/arches_references/utils.ts";
import AddMetadata from "@/arches_references/components/editor/AddMetadata.vue";
import type { Ref } from "vue";
Expand Down

0 comments on commit 4fd0bf3

Please sign in to comment.