diff --git a/src/views/App.jsx b/src/views/App.jsx
index 0494b39..c8b8cd6 100644
--- a/src/views/App.jsx
+++ b/src/views/App.jsx
@@ -170,7 +170,7 @@ function App() {
{ key: "reservation", label: Reservation },
{ key: "invoice", label: Invoice },
{ key: "feedback", label: Feedback },
- // { key: "report", label: Report },
+ { key: "report", label: Report },
{
key: "notice",
label: (
diff --git a/src/views/report/Index.jsx b/src/views/report/Index.jsx
index e696531..2349627 100644
--- a/src/views/report/Index.jsx
+++ b/src/views/report/Index.jsx
@@ -182,7 +182,7 @@ function Index() {