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/User.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontend/src/api/User.ts') diff --git a/frontend/src/api/User.ts b/frontend/src/api/User.ts index 4ce21e1..004aa22 100644 --- a/frontend/src/api/User.ts +++ b/frontend/src/api/User.ts @@ -1,6 +1,6 @@ -import axios from 'axios'; -import { url } from '@api/Api'; -import { UserProfile } from '@customTypes/Profile'; +import axios from "axios"; +import { url } from "@api/Api"; +import { UserProfile } from "@customTypes/Profile"; export const get_user = async (user_id: string): Promise => { const response = await axios.get(url(`users/${user_id}`)); -- cgit v1.2.3