Minor update
Browse files
frontend/src/components/DocumentInput.tsx
CHANGED
|
@@ -49,5 +49,4 @@ function DocumentInput() {
|
|
| 49 |
</Box>
|
| 50 |
);
|
| 51 |
}
|
| 52 |
-
|
| 53 |
-
export default DocumentInput;
|
|
|
|
| 49 |
</Box>
|
| 50 |
);
|
| 51 |
}
|
| 52 |
+
export default DocumentInput;
|
|
|
frontend/src/components/ProblemList.tsx
CHANGED
|
@@ -22,5 +22,4 @@ function ProblemList({ problems }: ProblemListProps) {
|
|
| 22 |
</Paper>
|
| 23 |
);
|
| 24 |
}
|
| 25 |
-
|
| 26 |
-
export default ProblemList;
|
|
|
|
| 22 |
</Paper>
|
| 23 |
);
|
| 24 |
}
|
| 25 |
+
export default ProblemList;
|
|
|