Skip to content

Commit

Permalink
Fix import quotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ViddeM committed Jun 23, 2024
1 parent e130c91 commit 34eb431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/stats-table/StatsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import {
StatsTableStatFragment,
} from '../../__generated__/graphql';
import { formatNick } from '../../util';
import styles from "./StatsTable.module.scss";
import styles from './StatsTable.module.scss';
import Image from 'next/image';

interface Props {
Expand Down

0 comments on commit 34eb431

Please sign in to comment.