feat(Editor): make server utilities their own pages

Signed-off-by: Katalina Okano <git@kat.cafe>
This commit is contained in:
41666 2021-07-17 19:23:35 -04:00
parent d52508a046
commit 4cc202b62a
8 changed files with 125 additions and 153 deletions

View file

@ -11,9 +11,7 @@ export const EditorTemplate = (
props;
return (
<AppShell {...appShellProps} activeGuildId={guild.id} small double>
<EditorShell guild={guild} onGuildChange={onGuildChange} errors={props.errors} />
<EditorShell guild={guild} onGuildChange={onGuildChange} />
</AppShell>
);
};
export type EditorErrors = EditorShellProps['errors'];