I see this error with the app, reported by NextJS, please fix it. The er

This commit is contained in:
Indigo Tang 2025-07-06 12:30:08 +00:00
parent b7a6061fff
commit a010981c3d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
import { getUserById } from '@/data/operations'; import { getUserById } from '@/data/operations';
import UserForm from '../UserForm'; import UserForm from '../../UserForm';
import { getI18n } from '@/locales/server'; import { getI18n } from '@/locales/server';
import type { Locale } from '@/locales/server'; import type { Locale } from '@/locales/server';
import Link from 'next/link'; import Link from 'next/link';