mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
refactor(app.tsx): move Portal to new file and some refactoring (#1398)
This commit is contained in:
parent
6abcb2d87f
commit
227ff60909
12 changed files with 78 additions and 61 deletions
|
@ -1,6 +1,6 @@
|
|||
import React from "react";
|
||||
import ReactDOM from "react-dom";
|
||||
import { App } from "../components/App";
|
||||
import App from "../components/App";
|
||||
import * as Renderer from "../renderer/renderScene";
|
||||
import { KEYS } from "../keys";
|
||||
import { render, fireEvent } from "./test-utils";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue