1
0
Fork 0

chore(shared): Shared navigation and wordmark tweaks

This commit is contained in:
Joost De Cock 2023-03-26 09:18:51 +02:00
parent 1745469bb0
commit 91c0627cdd
8 changed files with 163 additions and 452 deletions

View file

@ -2,7 +2,7 @@
import { useRouter } from 'next/router'
// Components
import Link from 'next/link'
import { AsideNavigation } from 'site/components/navigation/aside.mjs'
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'