Shun Miyazawa 2 سال پیش
والد
کامیت
a0962ad08a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      apps/app/src/components/PageControls/SearchButton.tsx

+ 1 - 1
apps/app/src/components/PageControls/SearchButton.tsx

@@ -1,6 +1,6 @@
 import React, { useCallback } from 'react';
 
-import { useSearchModal } from '~/stores/modal';
+import { useSearchModal } from '../../features/search/client/stores/search';
 
 import styles from './SearchButton.module.scss';