mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-09-23 01:10:10 +02:00
fix: import (#7869)
This commit is contained in:
@@ -3,7 +3,7 @@ import { useEffect, useLayoutEffect, useState } from "react";
|
|||||||
import { THEME } from "../packages/excalidraw";
|
import { THEME } from "../packages/excalidraw";
|
||||||
import { EVENT } from "../packages/excalidraw/constants";
|
import { EVENT } from "../packages/excalidraw/constants";
|
||||||
import { Theme } from "../packages/excalidraw/element/types";
|
import { Theme } from "../packages/excalidraw/element/types";
|
||||||
import { KEYS } from "../packages/excalidraw/keys";
|
import { CODES, KEYS } from "../packages/excalidraw/keys";
|
||||||
import { STORAGE_KEYS } from "./app_constants";
|
import { STORAGE_KEYS } from "./app_constants";
|
||||||
|
|
||||||
export const appThemeAtom = atom<Theme | "system">(
|
export const appThemeAtom = atom<Theme | "system">(
|
||||||
|
Reference in New Issue
Block a user