ㄱㄱ
This commit is contained in:
14
src/app/menu/results/page.tsx
Normal file
14
src/app/menu/results/page.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
export default function ResultsPage() {
|
||||
return (
|
||||
<main className="flex w-full flex-col">
|
||||
<div className="flex h-[100px] items-center px-8">
|
||||
<h1 className="text-[24px] font-bold leading-[1.5] text-[#1b2027]">학습 결과</h1>
|
||||
</div>
|
||||
<div className="px-8 pb-20">
|
||||
<p className="text-[16px] leading-[1.5] text-[#4c5561]">콘텐츠 준비 중입니다.</p>
|
||||
</div>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user