From 89560a61bc6e41d86acaea596762eda2da38fe50 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Mon, 9 Sep 2024 19:29:42 +0300 Subject: refactor: upload run form, lots of random shit --- frontend/src/images/Images.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'frontend/src/images/Images.tsx') diff --git a/frontend/src/images/Images.tsx b/frontend/src/images/Images.tsx index d2f6dfb..89b99c0 100644 --- a/frontend/src/images/Images.tsx +++ b/frontend/src/images/Images.tsx @@ -19,6 +19,7 @@ import img16 from './png/16.png'; import img17 from './png/17.png'; import img18 from './png/18.png'; import img19 from './png/19.png'; +import img20 from './png/20.png'; export const LogoIcon = logo; export const LoginIcon = login; @@ -41,4 +42,5 @@ export const TwitchIcon = img15; export const YouTubeIcon = img16; export const SteamIcon = img17; export const HistoryIcon = img18; -export const SortIcon = img19; \ No newline at end of file +export const SortIcon = img19; +export const UploadIcon = img20; \ No newline at end of file -- cgit v1.2.3