chore: remove unused imports and args (#271)

This commit is contained in:
Samuel Gunter
2024-10-05 00:20:59 -05:00
committed by GitHub
parent 15fc3699cf
commit 99c982d6e1
3 changed files with 2 additions and 4 deletions

View File

@@ -1,7 +1,6 @@
import type { Course } from '@shared/types/Course';
import type { Distribution, LetterGrade } from '@shared/types/Distribution';
import { extendedColors } from '@shared/types/ThemeColors';
import Spinner from '@views/components/common/Spinner';
import Text from '@views/components/common/Text/Text';
import {
NoDataError,