Skip to content

Commit e0a7e5c

Browse files
committed
🔥 refactor(PageHeader.tsx): remove unused import of appTheme from theme file
1 parent 94a28f0 commit e0a7e5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

‎src/pages/Videos/PageHeader.tsx‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Anchor, PageHeader } from '@appquality/unguess-design-system';
22
import { useTranslation } from 'react-i18next';
33
import { Link, useParams } from 'react-router-dom';
44
import { LayoutWrapper } from 'src/common/components/LayoutWrapper';
5-
import { appTheme } from 'src/app/theme';
65

76
import { PageTitle } from 'src/common/components/PageTitle';
87
import { useLocalizeRoute } from 'src/hooks/useLocalizedRoute';

0 commit comments

Comments
 (0)