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:
Krao Hasanee
2026-05-19 22:13:11 -04:00
parent b9a4c4a353
commit 66baa2869e
2 changed files with 3 additions and 3 deletions
@@ -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 (