Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions app/statistics/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ export default function StatisticsPage() {
return (
<div className="bg-gray-800 rounded-lg p-6 text-white">
<h1 className="text-2xl font-bold mb-4">통계 및 이력관리</h1>
<p>통계 및 이력2 관리 페이지입니다. 충전 통계와 사용 이력을 확인할 수 있습니다.</p>
<p>
통계 및 이력2123 관리 페이지입니다. 충전 통계와 사용 이력을 확인할 수
있습니다.
</p>
</div>
)
);
}