diff --git a/pages/discord.tsx b/pages/discord.tsx new file mode 100644 index 0000000..b636ec3 --- /dev/null +++ b/pages/discord.tsx @@ -0,0 +1,11 @@ +import { KoreanbotsDiscord } from '@utils/Constants' +import { NextPage } from 'next' +import dynamic from 'next/dynamic' + +const Redirect = dynamic(() => import('@components/Redirect')) + +const Discord:NextPage = () => { + return +} + +export default Discord \ No newline at end of file