Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-at-mit committed Jan 6, 2025
1 parent 7a5e988 commit 248e6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/history/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"use client";

import React, { useMemo, useState, useEffect } from "react";
import { useTable, useSortBy, TableState, Column } from "react-table";
import { useTable, useSortBy, Column } from "react-table";
import { styled } from "@mitodl/smoot-design";
import { Typography } from "@mui/material";
import { UseQueryResult } from "@tanstack/react-query";
Expand Down

0 comments on commit 248e6cf

Please sign in to comment.