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