Do not merge.

This commit is contained in:
Daniel J. Geiger 2023-01-19 19:44:52 -06:00
parent d0b33d35db
commit 157bb7d6d6
2 changed files with 2 additions and 0 deletions

View file

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