diff --git a/site/testing/Testing.tsx b/site/testing/Testing.tsx new file mode 100644 index 0000000..ed3af39 --- /dev/null +++ b/site/testing/Testing.tsx @@ -0,0 +1,15 @@ +import NavBar from "../components/Navbar"; +import Footer from "../components/CustomFooter"; +import Quiz from "./features/Quiz"; + +function Testing() { + return ( + <> + + +