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
|
@ -5,7 +5,7 @@ import {
|
|||
zoomToFitBounds,
|
||||
reconcileElements,
|
||||
} from "@excalidraw/excalidraw";
|
||||
import { ErrorDialog } from "@excalidraw/excalidraw/components/ErrorDialog";
|
||||
import { ErrorDialog } from "@excalidraw/excalidraw/src/components/ErrorDialog";
|
||||
import { APP_NAME, EVENT } from "@excalidraw/common";
|
||||
import {
|
||||
IDLE_THRESHOLD,
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@import "../../packages/excalidraw/css/variables.module.scss";
|
||||
@import "../../packages/excalidraw/src/css/variables.module.scss";
|
||||
|
||||
.excalidraw {
|
||||
.collab-errors-button {
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
import { Tooltip } from "@excalidraw/excalidraw/components/Tooltip";
|
||||
import { warning } from "@excalidraw/excalidraw/components/icons";
|
||||
import { Tooltip } from "@excalidraw/excalidraw/src/components/Tooltip";
|
||||
import { warning } from "@excalidraw/excalidraw/src/components/icons";
|
||||
import clsx from "clsx";
|
||||
import { useEffect, useRef, useState } from "react";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue