Skip to content

Commit

Permalink
Run eslint --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cubetastic33 committed Oct 30, 2023
1 parent 5b614be commit 964e0c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/components/planner/DegreePlanPDF/DegreePlanPDF.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import Header from './Header';
import { Semester } from '../types';
import { customCourseSort } from '../utils';

import type { Prisma } from '@prisma/client';

Font.register({
family: 'Inter',
fonts: [
Expand Down
2 changes: 0 additions & 2 deletions src/server/trpc/router/courses.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import { Prisma } from '@prisma/client';

import { courseCache } from './courseCache';
import { router, publicProcedure } from '../trpc';

Expand Down

0 comments on commit 964e0c9

Please sign in to comment.