mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 06:20:24 +00:00
fix: error
This commit is contained in:
parent
2ce975e661
commit
648d99f8f5
@ -1,10 +1,13 @@
|
||||
import { GetServerSideProps, NextPage } from 'next'
|
||||
import Container from '../../components/Container'
|
||||
|
||||
const Bots = ():NextPage => {
|
||||
|
||||
const Bots:NextPage = () => {
|
||||
return <Container>
|
||||
<h1>GG</h1>
|
||||
</Container>
|
||||
}
|
||||
|
||||
export const getServerSideProps: GetServerSideProps = async (context) => {
|
||||
return { a: 1 }
|
||||
return { props: { data: {} } }
|
||||
}
|
||||
export default Bots
|
||||
Loading…
x
Reference in New Issue
Block a user