mirror of
https://github.com/Shadowfita/docmost.git
synced 2025-11-14 16:51:07 +10:00
space updates
* space UI * space management * space permissions * other fixes
This commit is contained in:
11
apps/client/src/pages/settings/space/spaces.tsx
Normal file
11
apps/client/src/pages/settings/space/spaces.tsx
Normal file
@ -0,0 +1,11 @@
|
||||
import SettingsTitle from "@/components/layouts/settings/settings-title.tsx";
|
||||
import SpaceList from "@/features/space/components/space-list.tsx";
|
||||
|
||||
export default function Spaces() {
|
||||
return (
|
||||
<>
|
||||
<SettingsTitle title="Spaces" />
|
||||
<SpaceList />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user