import { BackgroundLevel, FontLevel, Theme } from "@Component/Theme/Theme"; import { Icon } from "@fluentui/react"; import { Component } from "react"; import "./LabelList.scss"; interface ILabelListCommandProps {} class LabelListCommand extends Component { public render() { return
} } export { LabelListCommand };