Update frontend/src/components/layout/Workbench.tsx

Co-authored-by: James Brunton <jbrunton96@gmail.com>
This commit is contained in:
ConnorYoh 2025-08-08 15:16:12 +01:00 committed by GitHub
parent 5dca95237c
commit 88c54760ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -129,9 +129,7 @@ export default function Workbench() {
);
}
return (
<LandingPage
title="File Management"
/>
<LandingPage/>
);
}
};