From 157bb7d6d6b5dab952842f3a01472e43a30063c1 Mon Sep 17 00:00:00 2001 From: "Daniel J. Geiger" <1852529+DanielJGeiger@users.noreply.github.com> Date: Thu, 19 Jan 2023 19:44:52 -0600 Subject: [PATCH] Do not merge. --- src/components/App.tsx | 1 + src/components/LayerUI.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/src/components/App.tsx b/src/components/App.tsx index e0ce0ee97..8c104307f 100644 --- a/src/components/App.tsx +++ b/src/components/App.tsx @@ -567,6 +567,7 @@ class App extends React.Component { value={this.actionManager} > } canvas={this.canvas} appState={this.state} files={this.files} diff --git a/src/components/LayerUI.tsx b/src/components/LayerUI.tsx index 8aa8809fb..04179eac0 100644 --- a/src/components/LayerUI.tsx +++ b/src/components/LayerUI.tsx @@ -52,6 +52,7 @@ import { useAtom } from "jotai"; import MainMenu from "./main-menu/MainMenu"; interface LayerUIProps { + test: JSX.Element; actionManager: ActionManager; appState: AppState; files: BinaryFiles;