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/Search.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/src/types/Search.ts') diff --git a/frontend/src/types/Search.ts b/frontend/src/types/Search.ts index 48b9169..b258ee3 100644 --- a/frontend/src/types/Search.ts +++ b/frontend/src/types/Search.ts @@ -1,4 +1,4 @@ -import type { UserShort } from '@customTypes/Profile'; +import type { UserShort } from "@customTypes/Profile"; export interface Search { players: UserShort[]; -- cgit v1.2.3