Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
TyHil committed Dec 15, 2024
1 parent 341bf38 commit f877bff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/common/SkedgeAd/skedgeAd.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Card, Backdrop, Modal, Fade } from '@mui/material';
import { Backdrop, Card, Fade, Modal } from '@mui/material';
import Link from 'next/link';
import React, { useEffect, useState } from 'react';

Expand Down
2 changes: 1 addition & 1 deletion src/pages/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import {
PanelResizeHandle,
} from 'react-resizable-panels';

import SkedgeAd from '@/components/common/SkedgeAd/skedgeAd';
import Compare from '@/components/compare/Compare/compare';
import DashboardEmpty from '@/components/dashboard/DashboardEmpty/dashboardEmpty';
import DashboardError from '@/components/dashboard/DashboardError/dashboardError';
Expand All @@ -34,7 +35,6 @@ import {
} from '@/modules/SearchQuery/SearchQuery';
import type { GradesData } from '@/pages/api/grades';
import type { RMPInterface } from '@/pages/api/ratemyprofessorScraper';
import SkedgeAd from '@/components/common/SkedgeAd/skedgeAd';

//Limit cached number of grades and rmp data entries
const MAX_ENTRIES = 1000;
Expand Down

0 comments on commit f877bff

Please sign in to comment.