From e40f07211f5f15dcb138e2520a76d13afd3c0cfd Mon Sep 17 00:00:00 2001 From: FifthWit Date: Thu, 30 Jan 2025 10:44:30 -0600 Subject: formatted with prettier --- frontend/src/images/Images.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'frontend/src/images') diff --git a/frontend/src/images/Images.tsx b/frontend/src/images/Images.tsx index 198431b..9972662 100644 --- a/frontend/src/images/Images.tsx +++ b/frontend/src/images/Images.tsx @@ -1,5 +1,5 @@ -import logo from "./png/logo.png" -import login from "./png/login.png" +import logo from './png/logo.png'; +import login from './png/login.png'; import img1 from './png/1.png'; import img2 from './png/2.png'; import img3 from './png/3.png'; @@ -20,7 +20,7 @@ import img17 from './png/17.png'; import img18 from './png/18.png'; import img19 from './png/19.png'; import img20 from './png/20.png'; -import img21 from "./png/21.png"; +import img21 from './png/21.png'; export const LogoIcon = logo; export const LoginIcon = login; @@ -45,4 +45,4 @@ export const SteamIcon = img17; export const HistoryIcon = img18; export const SortIcon = img19; export const UploadIcon = img20; -export const DeleteIcon = img21; \ No newline at end of file +export const DeleteIcon = img21; -- cgit v1.2.3