diff --git a/pages/profile.tsx b/pages/profile.tsx new file mode 100644 index 0000000..9553b8b --- /dev/null +++ b/pages/profile.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