mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
feat: redirect profile route to panel
This commit is contained in:
parent
890706b652
commit
3c69159fe9
11
pages/profile.tsx
Normal file
11
pages/profile.tsx
Normal file
@ -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 <Redirect to='/panel'/>
|
||||
}
|
||||
|
||||
export default Discord
|
||||
Loading…
x
Reference in New Issue
Block a user