import { Link } from "react-router-dom"; import ROUTES from "../../app/routes"; export default function Quizzes() { const quizzes = {}; // replace this with a call to your selector to get all the quizzes in state return (

Quizzes

Create New Quiz
); }