Skip to content

Commit a7aabf0

Browse files
committed
refactor(Switches): cleanup imports Input, Label
1 parent c1bd216 commit a7aabf0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/containers/Full/FullAside.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react';
2-
import { Input, Label, Nav, NavItem, NavLink, Progress, TabContent, TabPane, ListGroup, ListGroupItem } from 'reactstrap';
2+
import { Nav, NavItem, NavLink, Progress, TabContent, TabPane, ListGroup, ListGroupItem } from 'reactstrap';
33
import PropTypes from 'prop-types';
44
import classNames from 'classnames';
55
import { AppSwitch } from '@coreui/react'

src/views/Base/Cards/Cards.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react';
2-
import { Badge, Card, CardBody, CardFooter, CardHeader, Col, Input, Label, Row, Collapse, Fade } from 'reactstrap';
2+
import { Badge, Card, CardBody, CardFooter, CardHeader, Col, Row, Collapse, Fade } from 'reactstrap';
33
import { AppSwitch } from '@coreui/react'
44

55
class Cards extends Component {

src/views/Base/Switches/Switches.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { Component } from 'react';
2-
import { Card, CardBody, CardHeader, Col, Input, Label, Row, Table } from 'reactstrap';
2+
import { Card, CardBody, CardHeader, Col, Row, Table } from 'reactstrap';
33
import { AppSwitch } from '@coreui/react'
44

55
class Switches extends Component {

0 commit comments

Comments
 (0)