We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4226109 commit d003a4dCopy full SHA for d003a4d
1 file changed
src/frontend/src/utils/part.utils.ts
@@ -1,5 +1,5 @@
1
import { Part, PartReview, PartReviewRequest, PartSubmission, Review_Status, User } from 'shared';
2
-import { yellow,purple, green, grey, red } from '@mui/material/colors';
+import { yellow, purple, green, grey, red } from '@mui/material/colors';
3
4
type HistoryEntry = [Date, string];
5
0 commit comments