From cc9ce841d9c740a3f1ae5e1267252275fe55a42f Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Wed, 8 Jul 2020 18:36:05 -0700 Subject: [PATCH] linting --- src/about/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/about/index.js b/src/about/index.js index 251c161..d1bbda1 100644 --- a/src/about/index.js +++ b/src/about/index.js @@ -3,7 +3,7 @@ */ import React from 'react' -import { Row, Col, Content, Box, Button } from 'adminlte-2-react' +import { Row, Col, Content, Box } from 'adminlte-2-react' class About extends React.Component { render () {