From d9974ede3b3914377beb4b07d78885c48bd74aac Mon Sep 17 00:00:00 2001 From: Wolfboy248 Date: Fri, 18 Oct 2024 17:01:01 +0200 Subject: refactor: delete run on profile --- 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 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'; import img18 from './png/18.png'; import img19 from './png/19.png'; import img20 from './png/20.png'; +import img21 from "./png/21.png"; export const LogoIcon = logo; export const LoginIcon = login; @@ -43,4 +44,5 @@ export const YouTubeIcon = img16; export const SteamIcon = img17; export const HistoryIcon = img18; export const SortIcon = img19; -export const UploadIcon = img20; \ No newline at end of file +export const UploadIcon = img20; +export const DeleteIcon = img21; \ No newline at end of file -- cgit v1.2.3