Skip to content

Commit 5bc0d40

Browse files
committed
chore: remove unused ResetFocus and HeaderLink components
refs: PT-2015
1 parent 27f7586 commit 5bc0d40

3 files changed

Lines changed: 1 addition & 40 deletions

File tree

src/common/components/resetFocus/ResetFocus.tsx

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/domain/app/footer/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ import React, { FunctionComponent } from 'react';
55
import { useTranslation } from 'react-i18next';
66

77
import styles from './footer.module.scss';
8-
import { resetFocusId } from '../../../common/components/resetFocus/ResetFocus';
98
import { FOOTER_MENU_NAME } from '../../../headless-cms/constants';
109
import useLocale from '../../../hooks/useLocale';
10+
import { resetFocusId } from '../ScrollToTop';
1111

1212
type ValidMenuItem = {
1313
id: MenuItem['id'];

src/domain/app/header/HeaderLink.tsx

Lines changed: 0 additions & 16 deletions
This file was deleted.

0 commit comments

Comments
 (0)