Update next to 14.0.4

This commit is contained in:
Samy Pessé
2023-12-10 23:07:41 +01:00
parent 0d15b052ab
commit cf925fd21c
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { notFound, redirect } from 'next/navigation';
import { SpaceContent } from '@/components/SpaceContent';
import { getDocument } from '@/lib/api';
import { PageHrefContext, absoluteHref, baseUrl, pageHref } from '@/lib/links';
import { PageHrefContext, baseUrl, pageHref } from '@/lib/links';
import { getPagePath } from '@/lib/pages';
import { PagePathParams, fetchPageData, getPathnameParam } from '../fetch';