From cd76ded6321fc43ec8e79d8149fa8c264f63562c Mon Sep 17 00:00:00 2001 From: Ardeman Date: Thu, 13 Mar 2025 05:59:00 +0800 Subject: [PATCH] fix: update import path for SubscribePlanPage to correct module location --- app/routes/_admin.lg-admin._dashboard.subscribe-plan._index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/routes/_admin.lg-admin._dashboard.subscribe-plan._index.tsx b/app/routes/_admin.lg-admin._dashboard.subscribe-plan._index.tsx index ce6de77..e2b2d6d 100644 --- a/app/routes/_admin.lg-admin._dashboard.subscribe-plan._index.tsx +++ b/app/routes/_admin.lg-admin._dashboard.subscribe-plan._index.tsx @@ -1,7 +1,7 @@ import { isRouteErrorResponse } from 'react-router' import { getSubscriptions } from '~/apis/common/get-subscriptions' -import { SubscribePlanPage } from '~/pages/dashboard-plan-subscribe' +import { SubscribePlanPage } from '~/pages/dashboard-subscribe-plan' import type { Route } from './+types/_admin.lg-admin._dashboard.subscribe-plan._index'