diff options
Diffstat (limited to 'frontend/src/images/Images.tsx')
| -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 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'; | |||
| 19 | import img17 from './png/17.png'; | 19 | 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 | 23 | ||
| 23 | export const LogoIcon = logo; | 24 | export const LogoIcon = logo; |
| 24 | export const LoginIcon = login; | 25 | export const LoginIcon = login; |
| @@ -41,4 +42,5 @@ export const TwitchIcon = img15; | |||
| 41 | export const YouTubeIcon = img16; | 42 | export const YouTubeIcon = img16; |
| 42 | export const SteamIcon = img17; | 43 | export const SteamIcon = img17; |
| 43 | export const HistoryIcon = img18; | 44 | export const HistoryIcon = img18; |
| 44 | export const SortIcon = img19; \ No newline at end of file | 45 | export const SortIcon = img19; |
| 46 | export const UploadIcon = img20; \ No newline at end of file | ||