mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: library item checkbox style regression (#9080)
This commit is contained in:
parent
511433988c
commit
86c67bd37f
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import { getLanguage, t } from "../i18n";
|
|||
import clsx from "clsx";
|
||||
import Collapsible from "./Stats/Collapsible";
|
||||
import { atom, useAtom } from "../editor-jotai";
|
||||
import { useDevice } from "..";
|
||||
import { useDevice } from "./App";
|
||||
|
||||
import "./IconPicker.scss";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue