mirror of
https://github.com/roleypoly/roleypoly.git
synced 2025-04-24 19:39:11 +00:00
fix: server-setup template index.ts missed content
This commit is contained in:
parent
19637c2ddb
commit
6392722a6f
2 changed files with 2 additions and 1 deletions
|
@ -0,0 +1 @@
|
|||
export * from './ServerSetup';
|
|
@ -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 }) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue