From 34eb43178730c14128002bf0d5e9c9d914b680dc Mon Sep 17 00:00:00 2001 From: Vidar Magnusson Date: Sun, 23 Jun 2024 02:05:11 +0200 Subject: [PATCH] Fix import quotations --- frontend/src/components/stats-table/StatsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {