Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Nov 8, 2023
1 parent c58909e commit 0210ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/(stats)/composition/page.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createMetadata } from '@/lib/metadata';
import { getFactionCount, getSquads } from '@/lib/db/squads';
import { getTournamentsCount } from '@/lib/db/tournaments';
import { formatDate, fromDate, toDate, today } from '@/lib/utils/date.utils';
import { formatDate, today } from '@/lib/utils/date.utils';

import {
Caption,
Expand Down

0 comments on commit 0210ee6

Please sign in to comment.