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/types/Profile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/types/Profile.ts') diff --git a/frontend/src/types/Profile.ts b/frontend/src/types/Profile.ts index 8051ae5..3c83d29 100644 --- a/frontend/src/types/Profile.ts +++ b/frontend/src/types/Profile.ts @@ -1,4 +1,4 @@ -import type { Pagination } from '@customTypes/Pagination'; +import type { Pagination } from "@customTypes/Pagination"; export interface UserShort { steam_id: string; -- cgit v1.2.3