Skip to content

Commit de29c77

Browse files
committed
Remove unused import
1 parent e98cc51 commit de29c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/LayoutView.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { Component } from 'react';
1+
import React from 'react';
22
import { withStyles, CssBaseline } from '@material-ui/core';
33
import { BrowserRouter, Route, Switch, Redirect } from 'react-router-dom';
44
import classnames from 'classnames';

0 commit comments

Comments
 (0)