remove lading page

This commit is contained in:
Qing
2022-10-08 13:30:35 +08:00
parent 724b8c232d
commit 4980675730
5 changed files with 44 additions and 23 deletions

View File

@@ -123,7 +123,7 @@ function App() {
return (
<div className="lama-cleaner">
<Header />
{file ? <Workspace file={file} key={workspaceId} /> : <LandingPage />}
<Workspace key={workspaceId} />
</div>
)
}