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/Games.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'frontend/src/api/Games.ts') diff --git a/frontend/src/api/Games.ts b/frontend/src/api/Games.ts index 0e47091..b739f80 100644 --- a/frontend/src/api/Games.ts +++ b/frontend/src/api/Games.ts @@ -1,9 +1,9 @@ -import axios from 'axios'; -import { url } from '@api/Api'; -import { GameChapter, GamesChapters } from '@customTypes/Chapters'; -import { Game } from '@customTypes/Game'; -import { Map } from '@customTypes/Map'; -import { Search } from '@customTypes/Search'; +import axios from "axios"; +import { url } from "@api/Api"; +import { GameChapter, GamesChapters } from "@customTypes/Chapters"; +import { Game } from "@customTypes/Game"; +import { Map } from "@customTypes/Map"; +import { Search } from "@customTypes/Search"; export const get_games = async (): Promise => { const response = await axios.get(url(`games`)); -- cgit v1.2.3