Skip to content

Commit

Permalink
npmlint
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Salac <richard.salac@broadcom.com>
  • Loading branch information
richard-salac committed Sep 19, 2024
1 parent 028ad35 commit f4b1a83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
*
* Copyright Contributors to the Zowe Project.
*/
import {Button, Link, MenuItem, Select, Tooltip, Typography} from '@material-ui/core';
import {Component} from 'react';
import { Button, Link, MenuItem, Select, Tooltip, Typography } from '@material-ui/core';
import { Component } from 'react';
import PropTypes from 'prop-types';
import Shield from '../ErrorBoundary/Shield/Shield';
import SwaggerContainer from '../Swagger/SwaggerContainer';
Expand Down

0 comments on commit f4b1a83

Please sign in to comment.