mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-04-14 16:40:58 -04:00
fix: import (#7869)
This commit is contained in:
parent
c6a045d092
commit
8a162a4cb4
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import { useEffect, useLayoutEffect, useState } from "react";
|
|||
import { THEME } from "../packages/excalidraw";
|
||||
import { EVENT } from "../packages/excalidraw/constants";
|
||||
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";
|
||||
|
||||
export const appThemeAtom = atom<Theme | "system">(
|
||||
|
|
Loading…
Add table
Reference in a new issue