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

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Archibald committed Oct 12, 2022
1 parent 6362af3 commit 7188e6b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ limitations under the License.
import { render } from '@testing-library/react';
import React from 'react';

import { SettingsSubsectionHeading } from '../../../../../src/components/views/settings/shared/SettingsSubsectionHeading';
import {
SettingsSubsectionHeading,
} from '../../../../../src/components/views/settings/shared/SettingsSubsectionHeading';

describe('<SettingsSubsectionHeading />', () => {
const defaultProps = {
Expand Down

0 comments on commit 7188e6b

Please sign in to comment.