diff --git a/pages/index.tsx b/pages/index.tsx index 9b4d3d1..9293876 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -3,6 +3,7 @@ import dynamic from 'next/dynamic' import { BotList } from '@types' import * as Query from '@utils/Query' +import LongButton from '@components/LongButton' const Advertisement = dynamic(()=> import('@components/Advertisement')) const Container = dynamic(()=> import('@components/Container')) @@ -35,6 +36,7 @@ const Index: NextPage = ({ votes, newBots, trusted }) => { newBots.data.slice(0, 4).map(bot=> ) } + 더보기

신뢰된 봇