refactor(Switches): cleanup imports Input, Label
This commit is contained in:
parent
c1bd2169aa
commit
a7aabf07b9
@ -1,5 +1,5 @@
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import { Input, Label, Nav, NavItem, NavLink, Progress, TabContent, TabPane, ListGroup, ListGroupItem } from 'reactstrap';
|
import { Nav, NavItem, NavLink, Progress, TabContent, TabPane, ListGroup, ListGroupItem } from 'reactstrap';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import classNames from 'classnames';
|
import classNames from 'classnames';
|
||||||
import { AppSwitch } from '@coreui/react'
|
import { AppSwitch } from '@coreui/react'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import { Badge, Card, CardBody, CardFooter, CardHeader, Col, Input, Label, Row, Collapse, Fade } from 'reactstrap';
|
import { Badge, Card, CardBody, CardFooter, CardHeader, Col, Row, Collapse, Fade } from 'reactstrap';
|
||||||
import { AppSwitch } from '@coreui/react'
|
import { AppSwitch } from '@coreui/react'
|
||||||
|
|
||||||
class Cards extends Component {
|
class Cards extends Component {
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import React, { Component } from 'react';
|
import React, { Component } from 'react';
|
||||||
import { Card, CardBody, CardHeader, Col, Input, Label, Row, Table } from 'reactstrap';
|
import { Card, CardBody, CardHeader, Col, Row, Table } from 'reactstrap';
|
||||||
import { AppSwitch } from '@coreui/react'
|
import { AppSwitch } from '@coreui/react'
|
||||||
|
|
||||||
class Switches extends Component {
|
class Switches extends Component {
|
||||||
|
Loading…
Reference in New Issue
Block a user