aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/images/Images.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/images/Images.tsx')
-rw-r--r--frontend/src/images/Images.tsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/frontend/src/images/Images.tsx b/frontend/src/images/Images.tsx
index 89b99c0..198431b 100644
--- a/frontend/src/images/Images.tsx
+++ b/frontend/src/images/Images.tsx
@@ -20,6 +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";
23 24
24export const LogoIcon = logo; 25export const LogoIcon = logo;
25export const LoginIcon = login; 26export const LoginIcon = login;
@@ -43,4 +44,5 @@ export const YouTubeIcon = img16;
43export const SteamIcon = img17; 44export const SteamIcon = img17;
44export const HistoryIcon = img18; 45export const HistoryIcon = img18;
45export const SortIcon = img19; 46export const SortIcon = img19;
46export const UploadIcon = img20; \ No newline at end of file 47export const UploadIcon = img20;
48export const DeleteIcon = img21; \ No newline at end of file