remove lading page
This commit is contained in:
@@ -123,7 +123,7 @@ function App() {
|
||||
return (
|
||||
<div className="lama-cleaner">
|
||||
<Header />
|
||||
{file ? <Workspace file={file} key={workspaceId} /> : <LandingPage />}
|
||||
<Workspace key={workspaceId} />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user