remove barrel files in renderer

This commit is contained in:
jeffvli
2025-09-22 22:39:46 -07:00
parent 34b728c86d
commit b685ec370a
109 changed files with 187 additions and 216 deletions
@@ -5,7 +5,7 @@ import { useLocation, useParams } from 'react-router';
import { SearchContent } from '/@/renderer/features/search/components/search-content';
import { SearchHeader } from '/@/renderer/features/search/components/search-header';
import { AnimatedPage } from '/@/renderer/features/shared';
import { AnimatedPage } from '/@/renderer/features/shared/components/animated-page';
const SearchRoute = () => {
const { state: locationState } = useLocation();