diff --git a/src/App.tsx b/src/App.tsx
index 12c3447..190a89c 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -12,9 +12,9 @@ import Login from "./pages/login";
// import Apply from "./pages/apply";
import { useEffect, useState } from "react";
import { supabase, SessionContext } from "./supabase";
-import Book from "./pages/book"
+import Book from "./pages/book";
import Level from "./pages/level";
-// import Result from "./pages/results"
+import Result from "./pages/results";
function ErrorBoundary() {
const error: any = useRouteError();
@@ -23,14 +23,14 @@ function ErrorBoundary() {
return (