1
0
Fork 0

chore: Linter warnings

This commit is contained in:
joostdecock 2023-04-16 17:13:18 +02:00
parent 3aada7f1f8
commit 33c609c886
32 changed files with 67 additions and 132 deletions

View file

@ -1,12 +1,6 @@
// Hooks
import { useRouter } from 'next/router'
// Components
import Link from 'next/link'
import { AsideNavigation } from 'shared/components/navigation/aside.mjs'
import { ThemePicker } from 'shared/components/theme-picker/index.mjs'
import { Breadcrumbs } from 'shared/components/breadcrumbs.mjs'
import { HomeIcon } from 'shared/components/icons.mjs'
import { useState, useEffect } from 'react'
export const ns = []