mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1805487 - Part 3: Cleanup eslint ignore in PseudoLocalizationButton r=hjones
Differential Revision: https://phabricator.services.mozilla.com/D172849
This commit is contained in:
parent
43a3fa389e
commit
897cfb2a6a
@ -2,13 +2,17 @@
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
||||
|
||||
/* eslint-disable no-unused-vars */
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
import React from "react";
|
||||
import { useGlobals } from "@storybook/api";
|
||||
import {
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
Icons,
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
IconButton,
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
WithTooltip,
|
||||
// eslint-disable-next-line no-unused-vars
|
||||
TooltipLinkList,
|
||||
} from "@storybook/components";
|
||||
import { TOOL_ID, STRATEGY_DEFAULT, PSEUDO_STRATEGIES } from "./constants.mjs";
|
||||
|
Loading…
Reference in New Issue
Block a user