diff options
| author | 8cy <[email protected]> | 2020-07-24 06:33:39 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-07-24 06:33:39 -0700 |
| commit | 35622cb6d6a7ab969d973aacf8c786707fb322be (patch) | |
| tree | 5b04d53aaf1798fdb70a48dd4e307a509f10e0c1 /client/src/components/selection/ServerCard.js | |
| parent | stage (diff) | |
| download | dep-core-35622cb6d6a7ab969d973aacf8c786707fb322be.tar.xz dep-core-35622cb6d6a7ab969d973aacf8c786707fb322be.zip | |
big stuffs here
Diffstat (limited to 'client/src/components/selection/ServerCard.js')
| -rw-r--r-- | client/src/components/selection/ServerCard.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/client/src/components/selection/ServerCard.js b/client/src/components/selection/ServerCard.js index 9357374..2d0af93 100644 --- a/client/src/components/selection/ServerCard.js +++ b/client/src/components/selection/ServerCard.js @@ -1,8 +1,7 @@ import React, { Component } from 'react'; import { Link } from 'react-router-dom'; import PropTypes from 'prop-types'; -import { MDBBtn, MDBCard, MDBCardBody, MDBCardTitle, MDBCol } from 'mdbreact'; -import { Card, Col, Button, CardColumns } from 'react-bootstrap'; +import { Card, Button } from 'react-bootstrap'; export default class ServerCard extends Component { render() { |