mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Move context folder in src
This commit is contained in:
parent
811023fd59
commit
6315848013
28 changed files with 33 additions and 32 deletions
|
@ -1,7 +1,7 @@
|
|||
import clsx from "clsx";
|
||||
|
||||
import { useTunnels } from "../../context/tunnels";
|
||||
import { useUIAppState } from "../../context/ui-appState";
|
||||
import { useTunnels } from "../../src/context/tunnels";
|
||||
import { useUIAppState } from "../../src/context/ui-appState";
|
||||
|
||||
import "./FooterCenter.scss";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue