diff options
Diffstat (limited to 'frontend/src/images')
| -rw-r--r-- | frontend/src/images/Images.tsx | 8 |
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 @@ | |||
| 1 | import logo from "./png/logo.png" | 1 | import logo from './png/logo.png'; |
| 2 | import login from "./png/login.png" | 2 | import login from './png/login.png'; |
| 3 | import img1 from './png/1.png'; | 3 | import img1 from './png/1.png'; |
| 4 | import img2 from './png/2.png'; | 4 | import img2 from './png/2.png'; |
| 5 | import img3 from './png/3.png'; | 5 | import img3 from './png/3.png'; |
| @@ -20,7 +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 | import img21 from './png/21.png'; |
| 24 | 24 | ||
| 25 | export const LogoIcon = logo; | 25 | export const LogoIcon = logo; |
| 26 | export const LoginIcon = login; | 26 | export const LoginIcon = login; |
| @@ -45,4 +45,4 @@ export const SteamIcon = img17; | |||
| 45 | export const HistoryIcon = img18; | 45 | export const HistoryIcon = img18; |
| 46 | export const SortIcon = img19; | 46 | export const SortIcon = img19; |
| 47 | export const UploadIcon = img20; | 47 | export const UploadIcon = img20; |
| 48 | export const DeleteIcon = img21; \ No newline at end of file | 48 | export const DeleteIcon = img21; |