Skip to content

Commit

Permalink
Clean up some unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
tdilauro committed Aug 14, 2024
1 parent 8b79974 commit 47d08e1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/components/LibraryStats.tsx
Original file line number Diff line number Diff line change
@@ -1,21 +1,9 @@
import * as React from "react";
import { useState } from "react";
import {
CollectionInventory,
InventoryStatistics,
LibraryStatistics,
PatronStatistics,
} from "../interfaces";
import { Button } from "library-simplified-reusable-components";
import InventoryReportRequestModal from "./InventoryReportRequestModal";
import SingleStatListItem from "./SingleStatListItem";
import { LibraryStatistics } from "../interfaces";
import {
useMayRequestInventoryReports,
useMayViewCollectionBarChart,
} from "../businessRules/roleBasedAccess";
import StatsCollectionsBarChart from "./StatsCollectionsBarChart";
import StatsCollectionsList from "./StatsCollectionsList";
import StatsGroup from "./StatsGroup";
import StatsTotalCirculationsGroup from "./StatsTotalCirculationsGroup";
import StatsPatronGroup from "./StatsPatronGroup";
import StatsInventoryGroup from "./StatsInventoryGroup";
Expand Down

0 comments on commit 47d08e1

Please sign in to comment.