We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fa50e3 commit 36b0145Copy full SHA for 36b0145
1 file changed
nextstep-frontend/src/pages/Quiz.tsx
@@ -1,5 +1,3 @@
1
-// src/pages/Quiz.tsx
2
-
3
import React, { useState } from 'react';
4
import {
5
Container,
@@ -28,7 +26,7 @@ import {
28
26
BusinessOutlined as BusinessOutlinedIcon,
29
27
LocalOfferOutlined as LocalOfferOutlinedIcon,
30
} from '@mui/icons-material';
31
-import api from '../serverApi'; // Assuming you have a configured axios instance
+import api from '../serverApi';
32
import { config } from '../config';
33
34
// Define interfaces for the API response schemas
0 commit comments