Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Jun 26, 2024
1 parent e52ed18 commit 47e93db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next-admin/src/components/ListHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { ChangeEvent, useMemo } from "react";
import Loader from "../assets/icons/Loader";
import { useConfig } from "../context/ConfigContext";
import { useI18n } from "../context/I18nContext";
import { SPECIFIC_IDS_TO_RUN_ACTION } from "../hooks/useAction";
import {
ModelAction,
ModelIcon,
Expand Down

0 comments on commit 47e93db

Please sign in to comment.