Skip to content
Snippets Groups Projects

Fix linting errors

Merged Tore.Brede requested to merge fix_linting_errors into master
All threads resolved!
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
@@ -38,12 +38,6 @@ export default function App() {
@@ -38,12 +38,6 @@ export default function App() {
<NotFound />
<NotFound />
</Route>
</Route>
</Switch>
</Switch>
<Link to='test@example.org' mail>Mail link</Link>
<Link to='test4' external underline noExternalIcon>Internal link</Link>
<Link to='test6' external underline noUnderline>External link</Link>
<Link to='test5' external noUnderline>Another internal link</Link>
<Footer />
<Footer />
</AppWrapper>
</AppWrapper>
)
)
Loading