mirror of https://github.com/franjsco/tick3t
refactor: remove unused dependencies
This commit is contained in:
parent
3b70a9d00c
commit
39add0ba00
|
@ -1,5 +1,4 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import { BrowserRouter as Router, Route, Switch, Redirect } from 'react-router-dom';
|
|
||||||
import { Container } from 'reactstrap';
|
import { Container } from 'reactstrap';
|
||||||
|
|
||||||
import './App.css';
|
import './App.css';
|
||||||
|
|
|
@ -4,10 +4,6 @@ import {
|
||||||
Col
|
Col
|
||||||
} from 'reactstrap';
|
} from 'reactstrap';
|
||||||
|
|
||||||
const style = {
|
|
||||||
textAlign: 'center'
|
|
||||||
}
|
|
||||||
|
|
||||||
class Footer extends Component {
|
class Footer extends Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
super(props);
|
super(props);
|
||||||
|
|
Loading…
Reference in New Issue