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

Commit

Permalink
use named export
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry Archibald committed Oct 11, 2022
1 parent 1c9d07b commit 58a89b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import { LocalNotificationSettings } from 'matrix-js-sdk/src/@types/local_notifi
import { _t } from '../../../../languageHandler';
import Spinner from '../../elements/Spinner';
import SettingsSubsection from '../shared/SettingsSubsection';
import SettingsSubsectionHeading from '../shared/SettingsSubsectionHeading';
import { SettingsSubsectionHeading } from '../shared/SettingsSubsectionHeading';
import DeviceDetails from './DeviceDetails';
import DeviceExpandDetailsButton from './DeviceExpandDetailsButton';
import DeviceTile from './DeviceTile';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ 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 58a89b1

Please sign in to comment.