Skip to content

Commit d003a4d

Browse files
committed
prettier fix
1 parent 4226109 commit d003a4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/frontend/src/utils/part.utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { Part, PartReview, PartReviewRequest, PartSubmission, Review_Status, User } from 'shared';
2-
import { yellow,purple, green, grey, red } from '@mui/material/colors';
2+
import { yellow, purple, green, grey, red } from '@mui/material/colors';
33

44
type HistoryEntry = [Date, string];
55

0 commit comments

Comments
 (0)