diff options
Diffstat (limited to 'frontend/src/images/Images.tsx')
| -rw-r--r-- | frontend/src/images/Images.tsx | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/frontend/src/images/Images.tsx b/frontend/src/images/Images.tsx index 198431b..6b46893 100644 --- a/frontend/src/images/Images.tsx +++ b/frontend/src/images/Images.tsx | |||
| @@ -1,29 +1,29 @@ | |||
| 1 | import logo from "./png/logo.png" | 1 | import logo from "./png/logo.png"; |
| 2 | import login from "./png/login.png" | 2 | import { LoginIcon as Login } from "./svgs/steam.tsx"; |
| 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"; |
| 6 | import img4 from './png/4.png'; | 6 | import img4 from "./png/4.png"; |
| 7 | import img5 from './png/5.png'; | 7 | import img5 from "./png/5.png"; |
| 8 | import img6 from './png/6.png'; | 8 | import img6 from "./png/6.png"; |
| 9 | import img7 from './png/7.png'; | 9 | import img7 from "./png/7.png"; |
| 10 | import img8 from './png/8.png'; | 10 | import img8 from "./png/8.png"; |
| 11 | import img9 from './png/9.png'; | 11 | import img9 from "./png/9.png"; |
| 12 | import img10 from './png/10.png'; | 12 | import img10 from "./png/10.png"; |
| 13 | import img11 from './png/11.png'; | 13 | import img11 from "./png/11.png"; |
| 14 | import img12 from './png/12.png'; | 14 | import img12 from "./png/12.png"; |
| 15 | import img13 from './png/13.png'; | 15 | import img13 from "./png/13.png"; |
| 16 | import img14 from './png/14.png'; | 16 | import img14 from "./png/14.png"; |
| 17 | import img15 from './png/15.png'; | 17 | import img15 from "./png/15.png"; |
| 18 | import img16 from './png/16.png'; | 18 | 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 | 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; |
| 27 | 27 | ||
| 28 | export const SearchIcon = img1; | 28 | export const SearchIcon = img1; |
| 29 | export const HomeIcon = img2; | 29 | export const HomeIcon = img2; |
| @@ -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; |