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:
@@ -1,5 +1,5 @@
|
||||
import Layout from '../../components/Layout';
|
||||
import FileBrowser from '../../components/FileBrowser';
|
||||
import Layout from '../components/Layout';
|
||||
import FileBrowser from '../components/FileBrowser';
|
||||
|
||||
export default function FileSharing() {
|
||||
return (
|
||||
Reference in New Issue
Block a user