mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-10-27 17:04:26 +01:00 
			
		
		
		
	refactor: auto ordered imports (#9163)
This commit is contained in:
		| @@ -1,6 +1,8 @@ | ||||
| import React from "react"; | ||||
| import { useI18n, languages } from "@excalidraw/excalidraw/i18n"; | ||||
| import React from "react"; | ||||
|  | ||||
| import { useSetAtom } from "../app-jotai"; | ||||
|  | ||||
| import { appLangCodeAtom } from "./language-state"; | ||||
|  | ||||
| export const LanguageList = ({ style }: { style?: React.CSSProperties }) => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Marcel Mraz
					Marcel Mraz