Skip to content

Commit

Permalink
change: 未使用のコンポーネントの宣言を削除
Browse files Browse the repository at this point in the history
  • Loading branch information
Takkun0310 committed May 11, 2024
1 parent ce81159 commit 73718d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/teams/teamsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import {ClientSideRowModelModule} from 'ag-grid-community';
import {Team} from "@/src/models/TeamModel";
import {Class} from '@/src/models/ClassModel';
import {TeamTag} from "@/src/models/TeamTagModel";
import {router} from "next/client";
import {useRouter} from "next/navigation";

ModuleRegistry.registerModules([ClientSideRowModelModule]);
Expand Down

0 comments on commit 73718d1

Please sign in to comment.