We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f9d74 commit b6fd8e1Copy full SHA for b6fd8e1
src/app/page.tsx
@@ -55,6 +55,7 @@ export default async function Home({
55
56
return (
57
<div className='h-auto min-h-screen'>
58
+ 예시 코드 입니다.
59
{!hasParams && <RecentViewPage />}
60
{!hasParams && <BestActivity />}
61
{!hasParams ? (
0 commit comments