Skip to content

Commit 36b0145

Browse files
committed
Remove Redundant Comments
Signed-off-by: Tal Jacob <taljacob2@gmail.com>
1 parent 4fa50e3 commit 36b0145

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

nextstep-frontend/src/pages/Quiz.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// src/pages/Quiz.tsx
2-
31
import React, { useState } from 'react';
42
import {
53
Container,
@@ -28,7 +26,7 @@ import {
2826
BusinessOutlined as BusinessOutlinedIcon,
2927
LocalOfferOutlined as LocalOfferOutlinedIcon,
3028
} from '@mui/icons-material';
31-
import api from '../serverApi'; // Assuming you have a configured axios instance
29+
import api from '../serverApi';
3230
import { config } from '../config';
3331

3432
// Define interfaces for the API response schemas

0 commit comments

Comments
 (0)