clear app.js
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
import './css/App.css';
|
||||
import React from 'react';
|
||||
import Header from '../components/Header/Header';
|
||||
import ButtonsToolbar from '../components/ButtonsToolbar/ButtonsToolbar';
|
||||
import StandardBtn from '../components/Button/StandardBtn';
|
||||
import FiltersPage from './FiltersPage';
|
||||
|
||||
|
||||
function App() {
|
||||
@@ -12,8 +8,7 @@ function App() {
|
||||
|
||||
return (
|
||||
<div className="App">
|
||||
<FiltersPage />
|
||||
|
||||
{/* here import components */}
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user