Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit af28bf7

Browse files
author
Kerry Archibald
committed
lint
1 parent 58a89b1 commit af28bf7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/components/views/settings/shared/SettingsSubsectionHeading-test.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ limitations under the License.
1717
import { render } from '@testing-library/react';
1818
import React from 'react';
1919

20-
import { SettingsSubsectionHeading } from '../../../../../src/components/views/settings/shared/SettingsSubsectionHeading';
20+
import {
21+
SettingsSubsectionHeading,
22+
} from '../../../../../src/components/views/settings/shared/SettingsSubsectionHeading';
2123

2224
describe('<SettingsSubsectionHeading />', () => {
2325
const defaultProps = {

0 commit comments

Comments
 (0)