Move FileSharing from team/ to pages/ — serves all 3 roles
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
import Layout from '../components/Layout';
|
||||
import FileBrowser from '../components/FileBrowser';
|
||||
|
||||
export default function FileSharing() {
|
||||
return (
|
||||
<Layout>
|
||||
<div className="page-header">
|
||||
<div>
|
||||
<div className="page-title">File Sharing</div>
|
||||
<div className="page-subtitle">Shared workspace for team members and subcontractors.</div>
|
||||
</div>
|
||||
</div>
|
||||
<FileBrowser />
|
||||
</Layout>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user