From 5756921f22c0f7ac6133df21973bf0b15d56cc61 Mon Sep 17 00:00:00 2001 From: Renard Date: Thu, 12 Sep 2019 18:00:03 -0300 Subject: Linting --- src/App.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/App.js') diff --git a/src/App.js b/src/App.js index c28d63f..0579156 100644 --- a/src/App.js +++ b/src/App.js @@ -1,10 +1,10 @@ import React, { Component } from 'react'; import { render } from "react-dom"; -import { Router, Link, Match } from "@reach/router"; +import { Router, Link } from "@reach/router"; import 'fomantic-ui-css/semantic.css'; import "./App.css"; -import { Dropdown, Menu, Icon, Loader, Container, Grid } from "semantic-ui-react"; +import { Dropdown, Menu, Icon, Loader, Container } from "semantic-ui-react"; import Home from "./Home"; import BBSThread from "./BBSThread"; import Board from "./Board"; @@ -43,7 +43,7 @@ class App extends Component { } const { boardList } = this.state; - const pathList = boardList.map(board => "/" + board.dir) + //const pathList = boardList.map(board => "/" + board.dir) return ( -- cgit v1.2.1-18-gbd029