mirror of
https://github.com/franjsco/tick3t
synced 2025-06-05 22:19:18 +02:00
refactor: remove unused dependencies
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
import React from 'react';
|
||||
import { BrowserRouter as Router, Route, Switch, Redirect } from 'react-router-dom';
|
||||
import { Container } from 'reactstrap';
|
||||
|
||||
import './App.css';
|
||||
|
@ -4,10 +4,6 @@ import {
|
||||
Col
|
||||
} from 'reactstrap';
|
||||
|
||||
const style = {
|
||||
textAlign: 'center'
|
||||
}
|
||||
|
||||
class Footer extends Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
|
Reference in New Issue
Block a user