fix: server-setup template index.ts missed content

This commit is contained in:
41666 2021-01-12 21:15:29 -05:00
parent 19637c2ddb
commit 6392722a6f
2 changed files with 2 additions and 1 deletions

View file

@ -0,0 +1 @@
export * from './ServerSetup';

View file

@ -1,7 +1,7 @@
import { NextPageContext } from 'next';
import { useRouter } from 'next/router';
import * as React from 'react';
import { ServerSetupTemplate } from 'roleypoly/design-system/templates/server-setup/ServerSetup';
import { ServerSetupTemplate } from 'roleypoly/design-system/templates/server-setup';
import { useAppShellProps } from 'roleypoly/providers/appShellData';
const serverSetup = (props: { guildID: string }) => {