Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoEscaleira committed Feb 22, 2024
1 parent db5e3ed commit 1309e98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/AttemptHistoryTable/AttemptHistoryTable.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { useLazyQuery, useQuery } from "@apollo/client";
import { useEffect } from "react";
import { useLazyQuery } from "@apollo/client";
import { Typography } from "@material-tailwind/react";
import { GET_QUIZ_ATTEMPTS } from "@utils/queries/QuizAttempts.ts";
import { useUserStore } from "@state/userStore.ts";
import React, { useEffect } from "react";
import { Loader2 } from "lucide-react";
import { differenceInMinutes, differenceInSeconds } from "date-fns";
import { Loader2 } from "lucide-react";
import { useUserStore } from "@state/userStore.ts";
import { GET_QUIZ_ATTEMPTS } from "@utils/queries/QuizAttempts.ts";

interface QuizAttemptProps {
quizId: string;
Expand Down

0 comments on commit 1309e98

Please sign in to comment.