From 81342e2579165ebfdb28c749dc5225141721a419 Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 30 Jan 2025 13:11:48 -0600 Subject: switched to double quotes --- frontend/src/api/Rankings.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/src/api/Rankings.ts') diff --git a/frontend/src/api/Rankings.ts b/frontend/src/api/Rankings.ts index 9afd999..b8d9bec 100644 --- a/frontend/src/api/Rankings.ts +++ b/frontend/src/api/Rankings.ts @@ -1,6 +1,6 @@ -import axios from 'axios'; -import { url } from '@api/Api'; -import { Ranking, SteamRanking } from '@customTypes/Ranking'; +import axios from "axios"; +import { url } from "@api/Api"; +import { Ranking, SteamRanking } from "@customTypes/Ranking"; export const get_official_rankings = async (): Promise => { const response = await axios.get(url(`rankings/lphub`)); -- cgit v1.2.3