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

Commit

Permalink
reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
juliosgarbi committed Feb 28, 2024
1 parent 3cb315c commit 871c976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DataManager/Toolbar/instruments.js
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
import { FaCaretDown, FaChevronDown } from "react-icons/fa";
import { Block } from "../../../utils/bem";
import { FF_LOPS_E_10, FF_SELF_SERVE, isFF } from "../../../utils/feature-flags";
import { ErrorBox } from "../../Common/ErrorBox";
import { FieldsButton } from "../../Common/FieldsButton";
import { FiltersPane } from "../../Common/FiltersPane";
import { Icon } from "../../Common/Icon/Icon";
import { Interface } from "../../Common/Interface";
import { ExportButton, ImportButton } from "../../Common/SDKButtons";
import { Tooltip } from "../../Common/Tooltip/Tooltip";
import { ActionsButton } from "./ActionsButton";
import { GridWidthButton } from "./GridWidthButton";
import { LabelButton } from "./LabelButton";
import { LoadingPossum } from "./LoadingPossum";
import { OrderButton } from "./OrderButton";
import { RefreshButton } from "./RefreshButton";
import { ViewToggle } from "./ViewToggle";
import { Tooltip } from "../../Common/Tooltip/Tooltip";
import { Block } from "../../../utils/bem";

const style = {
minWidth: '110px',
Expand Down

0 comments on commit 871c976

Please sign in to comment.