Excalidraw export (#2246)

This commit is contained in:
Guillaume Grossetie 2020-11-02 20:14:20 +01:00 committed by GitHub
parent 58861e87e5
commit a7da8901d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 6250 additions and 10 deletions

View file

@ -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,