import { Tab, TabView } from '@roleypoly/design-system/atoms/tab-view'; import { EditorCategory } from '@roleypoly/design-system/molecules/editor-category'; import { PresentableGuild } from '@roleypoly/types'; import { CategoryContainer } from './EditorShell.styled'; type Props = { guild: PresentableGuild; }; export const EditorShell = (props: Props) => ( {() => } {() =>
hi2!
}
); const RolesTab = (props: Props) => (
{props.guild.data.categories.map((category, idx) => ( console.log(x)} /> ))}
);