Press n or j to go to the next uncovered block, b, p or k for the previous block.
'use client'; import React from 'react'; export default function MainPage() { return ( <div> <div>메인 페이지</div> </div> ); }