chore: remove unused right sidebar component and clean up workspace member settings (#8477)
This commit is contained in:
parent
6129e8e53b
commit
3d5e427894
8 changed files with 6 additions and 39 deletions
|
|
@ -1 +0,0 @@
|
|||
export * from "./root";
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
import { observer } from "mobx-react";
|
||||
|
||||
type TWorkspaceSettingsRightSidebarProps = { workspaceSlug: string };
|
||||
|
||||
export const WorkspaceSettingsRightSidebar = observer(function WorkspaceSettingsRightSidebar(
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
props: TWorkspaceSettingsRightSidebarProps
|
||||
) {
|
||||
return <></>;
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue