import React from "react"; import "./quiz.scss"; export const Progressbar = ({ indexQuestion, width }) => { return (
{indexQuestion}
); };