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

This commit is contained in:
2025-07-06 12:30:08 +00:00
parent b7a6061fff
commit a010981c3d
@@ -1,6 +1,6 @@
import { getUserById } from '@/data/operations';
import UserForm from '../UserForm';
import UserForm from '../../UserForm';
import { getI18n } from '@/locales/server';
import type { Locale } from '@/locales/server';
import Link from 'next/link';