1
0
Fork 0

chore: Fixing linter warnings

This commit is contained in:
Joost De Cock 2022-07-12 21:07:42 +02:00
parent a195a5c0e7
commit cc4889b4ec
8 changed files with 15 additions and 27 deletions

View file

@ -1,5 +1,4 @@
import { useRouter } from 'next/router'
import Link from 'next/link'
// Shared components
import Aside from 'shared/components/navigation/aside'
import Breadcrumbs from 'shared/components/breadcrumbs.js'