mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move components and css folder in src
This commit is contained in:
parent
c9c6c47081
commit
e75a7b45d6
288 changed files with 473 additions and 469 deletions
|
@ -3,9 +3,9 @@ import { uploadBytes, ref } from "firebase/storage";
|
|||
import { nanoid } from "nanoid";
|
||||
|
||||
import { trackEvent } from "@excalidraw/excalidraw/analytics";
|
||||
import { Card } from "@excalidraw/excalidraw/components/Card";
|
||||
import { ExcalidrawLogo } from "@excalidraw/excalidraw/components/ExcalidrawLogo";
|
||||
import { ToolButton } from "@excalidraw/excalidraw/components/ToolButton";
|
||||
import { Card } from "@excalidraw/excalidraw/src/components/Card";
|
||||
import { ExcalidrawLogo } from "@excalidraw/excalidraw/src/components/ExcalidrawLogo";
|
||||
import { ToolButton } from "@excalidraw/excalidraw/src/components/ToolButton";
|
||||
import { MIME_TYPES, getFrame } from "@excalidraw/common";
|
||||
import {
|
||||
encryptData,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue