Skip to content

Commit

Permalink
fix(frontend): named imports
Browse files Browse the repository at this point in the history
refactor(frontend): named imports
  • Loading branch information
thevinter authored Nov 4, 2021
2 parents 6237221 + ec3d099 commit c19f585
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ import React from 'react';
import './App.css';
import Navbar from './Navbar/Navbar';

function App() {
export default function App() {
return (
<div className="App">
<Navbar />
</div>
);
}

export default App;

0 comments on commit c19f585

Please sign in to comment.