diff --git a/frontend/src/components/stats-table/StatsTable.tsx b/frontend/src/components/stats-table/StatsTable.tsx index 38e0c8c..50420d4 100644 --- a/frontend/src/components/stats-table/StatsTable.tsx +++ b/frontend/src/components/stats-table/StatsTable.tsx @@ -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 {