mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
7 lines
108 B
TypeScript
7 lines
108 B
TypeScript
import { NextPage } from 'next'
|
|
|
|
const Index: NextPage = () => {
|
|
return <div></div>
|
|
}
|
|
|
|
export default Index |