Skip to content

Commit

Permalink
style: fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ObservedObserver committed Oct 3, 2023
1 parent a2e2ad7 commit 19feec4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ import {
} from '@fluentui/react';
import intl from 'react-intl-universal';
import { runInAction } from 'mobx';
import { Label } from '@fluentui/react-components';
import { useGlobalStore } from '../../store';
import { EXPLORE_VIEW_ORDER } from '../../store/megaAutomation';
import { IResizeMode } from '../../interfaces';
import { Label } from '@fluentui/react-components';

const PreferencePanel: React.FC = () => {
const { megaAutoStore } = useGlobalStore();
Expand Down

1 comment on commit 19feec4

@vercel
Copy link

@vercel vercel bot commented on 19feec4 Oct 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.