import { Tab, TabView } from '@roleypoly/design-system/atoms/tab-view'; import { EditorCategoriesTab } from '@roleypoly/design-system/organisms/editor-categories-tab'; import { EditorDetailsTab } from '@roleypoly/design-system/organisms/editor-details-tab'; import { PresentableGuild } from '@roleypoly/types'; export type EditorShellProps = { guild: PresentableGuild; }; export const EditorShell = (props: EditorShellProps) => ( {() => } {() => } {() =>
hi2!
}
);