mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-21 08:20:24 +02:00
refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { useAtomValue, editorJotaiStore, atom } from "./editor-jotai";
|
||||
import fallbackLangData from "./locales/en.json";
|
||||
import percentages from "./locales/percentages.json";
|
||||
import { useAtomValue, editorJotaiStore, atom } from "./editor-jotai";
|
||||
|
||||
import type { NestedKeyOf } from "./utility-types";
|
||||
|
||||
const COMPLETION_THRESHOLD = 85;
|
||||
|
Reference in New Issue
Block a user