aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Buttons/ButtonSearch
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Buttons/ButtonSearch')
-rw-r--r--src/components/Buttons/ButtonSearch/ButtonSearch.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/Buttons/ButtonSearch/ButtonSearch.tsx b/src/components/Buttons/ButtonSearch/ButtonSearch.tsx
index a2635aa..be5a9bc 100644
--- a/src/components/Buttons/ButtonSearch/ButtonSearch.tsx
+++ b/src/components/Buttons/ButtonSearch/ButtonSearch.tsx
@@ -1,5 +1,4 @@
-import CloseIcon from '@assets/images/icon-close.svg';
-import SearchIcon from '@assets/images/icon-search.svg';
+import { CloseIcon, SearchIcon } from '@components/Icons';
import { t } from '@lingui/macro';
import { SetStateAction } from 'react';
import styles from '../Buttons.module.scss';