diff --git a/03_source/frontend/src/pages/dashboard/party-user/new.tsx b/03_source/frontend/src/pages/dashboard/party-user/new.tsx index 9f23679..60e323f 100644 --- a/03_source/frontend/src/pages/dashboard/party-user/new.tsx +++ b/03_source/frontend/src/pages/dashboard/party-user/new.tsx @@ -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'; // ----------------------------------------------------------------------