mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-11-15 02:04:21 +01:00
refactor: auto ordered imports (#9163)
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
import { render } from "@testing-library/react";
|
||||
|
||||
import { EditorJotaiProvider } from "../editor-jotai";
|
||||
import fallbackLangData from "../locales/en.json";
|
||||
|
||||
import Trans from "./Trans";
|
||||
|
||||
import type { TranslationKeys } from "../i18n";
|
||||
import { EditorJotaiProvider } from "../editor-jotai";
|
||||
|
||||
describe("Test <Trans/>", () => {
|
||||
it("should translate the the strings correctly", () => {
|
||||
|
||||
Reference in New Issue
Block a user