I see this error with the app, reported by NextJS, please fix it. The er
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user