diff options
| author | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-18 17:01:01 +0200 |
|---|---|---|
| committer | Wolfboy248 <georgejvindkarlsen@gmail.com> | 2024-10-18 17:01:01 +0200 |
| commit | d9974ede3b3914377beb4b07d78885c48bd74aac (patch) | |
| tree | 6ee6d0adfe62d3ec00dea21dc520dfa09eeaf005 /frontend/src/images | |
| parent | refactor: upload run logic improvement (diff) | |
| download | lphub-d9974ede3b3914377beb4b07d78885c48bd74aac.tar.gz lphub-d9974ede3b3914377beb4b07d78885c48bd74aac.tar.bz2 lphub-d9974ede3b3914377beb4b07d78885c48bd74aac.zip | |
refactor: delete run on profile
Diffstat (limited to 'frontend/src/images')
| -rw-r--r-- | frontend/src/images/Images.tsx | 4 |
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'; | |||
| 20 | import img18 from './png/18.png'; | 20 | import img18 from './png/18.png'; |
| 21 | import img19 from './png/19.png'; | 21 | import img19 from './png/19.png'; |
| 22 | import img20 from './png/20.png'; | 22 | import img20 from './png/20.png'; |
| 23 | import img21 from "./png/21.png"; | ||
| 23 | 24 | ||
| 24 | export const LogoIcon = logo; | 25 | export const LogoIcon = logo; |
| 25 | export const LoginIcon = login; | 26 | export const LoginIcon = login; |
| @@ -43,4 +44,5 @@ export const YouTubeIcon = img16; | |||
| 43 | export const SteamIcon = img17; | 44 | export const SteamIcon = img17; |
| 44 | export const HistoryIcon = img18; | 45 | export const HistoryIcon = img18; |
| 45 | export const SortIcon = img19; | 46 | export const SortIcon = img19; |
| 46 | export const UploadIcon = img20; \ No newline at end of file | 47 | export const UploadIcon = img20; |
| 48 | export const DeleteIcon = img21; \ No newline at end of file | ||