Browse Source

biome

pull/278/head
Hunter Thornsberry 2 years ago
parent
commit
c6cc5e5e6f
  1. 2
      src/App.tsx

2
src/App.tsx

@ -43,7 +43,7 @@ export const App = (): JSX.Element => {
) : (
<>
<Dashboard />
<div className="flex flex-grow"></div>
<div className="flex flex-grow" />
<Footer />
</>
)}

Loading…
Cancel
Save