aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/images
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/images')
-rw-r--r--frontend/src/images/Images.tsx8
1 files changed, 4 insertions, 4 deletions
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 @@
1import logo from "./png/logo.png" 1import logo from './png/logo.png';
2import login from "./png/login.png" 2import login from './png/login.png';
3import img1 from './png/1.png'; 3import img1 from './png/1.png';
4import img2 from './png/2.png'; 4import img2 from './png/2.png';
5import img3 from './png/3.png'; 5import img3 from './png/3.png';
@@ -20,7 +20,7 @@ import img17 from './png/17.png';
20import img18 from './png/18.png'; 20import img18 from './png/18.png';
21import img19 from './png/19.png'; 21import img19 from './png/19.png';
22import img20 from './png/20.png'; 22import img20 from './png/20.png';
23import img21 from "./png/21.png"; 23import img21 from './png/21.png';
24 24
25export const LogoIcon = logo; 25export const LogoIcon = logo;
26export const LoginIcon = login; 26export const LoginIcon = login;
@@ -45,4 +45,4 @@ export const SteamIcon = img17;
45export const HistoryIcon = img18; 45export const HistoryIcon = img18;
46export const SortIcon = img19; 46export const SortIcon = img19;
47export const UploadIcon = img20; 47export const UploadIcon = img20;
48export const DeleteIcon = img21; \ No newline at end of file 48export const DeleteIcon = img21;