From 834f9360ba8fae4f5d3319f886e32c622d477a3a Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Tue, 17 Jun 2025 19:58:56 +0800 Subject: [PATCH] feat: update import path for UserCreateView to use party-user view module --- 03_source/frontend/src/pages/dashboard/party-user/new.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; // ----------------------------------------------------------------------