Skip to content

Commit 3062107

Browse files
committed
chore: edit dashboard-shared path
Signed-off-by: samuel.park <[email protected]>
1 parent 344afdc commit 3062107

35 files changed

+37
-37
lines changed

apps/web/src/services/dashboard-shared/actions/use-dashboard-change-folder-action.ts renamed to apps/web/src/services/dashboard-shared/core/actions/use-dashboard-change-folder-action.ts

File renamed without changes.

apps/web/src/services/dashboard-shared/actions/use-dashboard-clone-action.ts renamed to apps/web/src/services/dashboard-shared/core/actions/use-dashboard-clone-action.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ import { usePublicWidgetApi } from '@/api-clients/dashboard/public-widget/compos
1616
import { useAllReferenceStore } from '@/store/reference/all-reference-store';
1717
import { useUserStore } from '@/store/user/user-store';
1818

19-
import { useDashboardRouteContext } from '@/services/dashboard-shared/_composables/use-dashboard-route-context';
20-
import { getSharedDashboardLayouts } from '@/services/dashboard-shared/helpers/dashboard-share-helper';
19+
import { useDashboardRouteContext } from '@/services/dashboard-shared/core/composables/use-dashboard-route-context';
20+
import { getSharedDashboardLayouts } from '@/services/dashboard-shared/core/helpers/dashboard-share-helper';
2121

2222

2323
interface UseDashboardCloneActionOptions {

apps/web/src/services/dashboard-shared/actions/use-dashboard-delete-action.ts renamed to apps/web/src/services/dashboard-shared/core/actions/use-dashboard-delete-action.ts

File renamed without changes.

apps/web/src/services/dashboard-shared/actions/use-dashboard-folder-share-action.ts renamed to apps/web/src/services/dashboard-shared/core/actions/use-dashboard-folder-share-action.ts

File renamed without changes.

apps/web/src/services/dashboard-shared/actions/use-dashboard-share-action.ts renamed to apps/web/src/services/dashboard-shared/core/actions/use-dashboard-share-action.ts

File renamed without changes.

apps/web/src/services/dashboard-shared/actions/use-dashboard-update-action.ts renamed to apps/web/src/services/dashboard-shared/core/actions/use-dashboard-update-action.ts

File renamed without changes.

apps/web/src/services/dashboard-shared/dashboard-detail/composables/use-dashboard-manageable.ts renamed to apps/web/src/services/dashboard-shared/core/composables/use-dashboard-manageable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { ROLE_TYPE } from '@/api-clients/identity/role/constant';
1010

1111
import { useUserStore } from '@/store/user/user-store';
1212

13-
import { useDashboardRouteContext } from '@/services/dashboard-shared/_composables/use-dashboard-route-context';
13+
import { useDashboardRouteContext } from '@/services/dashboard-shared/core/composables/use-dashboard-route-context';
1414
import { useDashboardGetQuery } from '@/services/dashboard-shared/dashboard-detail/composables/use-dashboard-get-query';
1515

1616
interface UseDashboardManageableOptions {

apps/web/src/services/dashboard-shared/_composables/use-dashboard-route-context.ts renamed to apps/web/src/services/dashboard-shared/core/composables/use-dashboard-route-context.ts

File renamed without changes.

apps/web/src/services/dashboard-shared/helpers/dashboard-control-menu-helper.ts renamed to apps/web/src/services/dashboard-shared/core/helpers/dashboard-control-menu-helper.ts

File renamed without changes.

apps/web/src/services/dashboard-shared/helpers/dashboard-share-helper.ts renamed to apps/web/src/services/dashboard-shared/core/helpers/dashboard-share-helper.ts

File renamed without changes.

0 commit comments

Comments
 (0)