Skip to content

Commit eb15b5f

Browse files
committed
Fix lint
1 parent b7ce8ed commit eb15b5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commons/sideContent/content/SideContentDataVisualizer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { IconNames } from '@blueprintjs/icons';
33
import { HotkeyItem } from '@mantine/hooks';
44
import { bindActionCreators } from '@reduxjs/toolkit';
55
import classNames from 'classnames';
6+
import { t } from 'i18next';
67
import React from 'react';
78
import { Trans, useTranslation } from 'react-i18next';
89
import { connect, MapDispatchToProps } from 'react-redux';
@@ -14,7 +15,6 @@ import { Links } from '../../utils/Constants';
1415
import { beginAlertSideContent } from '../SideContentActions';
1516
import { SideContentLocation, SideContentTab, SideContentType } from '../SideContentTypes';
1617
import { ItalicLink } from './SideContentCseMachine';
17-
import { t } from 'i18next';
1818

1919
type State = {
2020
steps: Step[];

0 commit comments

Comments
 (0)