This commit is contained in:
Qing
2022-09-15 22:21:27 +08:00
parent 3ac6ee7f44
commit 32854d40da
52 changed files with 2258 additions and 205 deletions

View File

@@ -10,6 +10,7 @@ import {
modelDownloaded,
switchModel,
} from '../adapters/inpainting'
import SidePanel from './SidePanel/SidePanel'
interface WorkspaceProps {
file: File
@@ -82,6 +83,7 @@ const Workspace = ({ file }: WorkspaceProps) => {
return (
<>
<SidePanel />
<Editor file={file} />
<SettingModal onClose={onSettingClose} />
<ShortcutsModal />