mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
Excalidraw export (#2246)
This commit is contained in:
parent
58861e87e5
commit
a7da8901d8
17 changed files with 6250 additions and 10 deletions
|
@ -2,7 +2,7 @@ import React, { useState, useLayoutEffect, useEffect } from "react";
|
|||
|
||||
import { LoadingMessage } from "../components/LoadingMessage";
|
||||
import { TopErrorBoundary } from "../components/TopErrorBoundary";
|
||||
import Excalidraw from "../excalidraw-embed/index";
|
||||
import Excalidraw from "../packages/excalidraw/index";
|
||||
|
||||
import {
|
||||
importFromLocalStorage,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue