copied tesing folder to the main site
This commit is contained in:
15
site/testing/Testing.tsx
Normal file
15
site/testing/Testing.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import NavBar from "../components/Navbar";
|
||||
import Footer from "../components/CustomFooter";
|
||||
import Quiz from "./features/Quiz";
|
||||
|
||||
function Testing() {
|
||||
return (
|
||||
<>
|
||||
<NavBar active="4" />
|
||||
<Quiz />
|
||||
<Footer />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
export default Testing;
|
||||
Reference in New Issue
Block a user