feat: update import path for UserCreateView to use party-user view module

This commit is contained in:
louiscklaw
2025-06-17 19:58:56 +08:00
parent 1cb018d4d5
commit 834f9360ba

View File

@@ -1,5 +1,5 @@
import { CONFIG } from 'src/global-config';
import { UserCreateView } from 'src/sections/user/view';
import { UserCreateView } from 'src/sections/party-user/view';
// ----------------------------------------------------------------------