Revert "Rename 'team-account-workspace.loader' to 'load-user-workspace'"

This reverts commit 543a95c867.
This commit is contained in:
giancarlo
2024-05-10 20:52:41 +07:00
parent 543a95c867
commit 9acf6d1295
7 changed files with 6 additions and 6 deletions

View File

@@ -17,8 +17,8 @@ import { withI18n } from '~/lib/i18n/with-i18n';
// local imports
import { TeamAccountLayoutPageHeader } from '../_components/team-account-layout-page-header';
import { loadTeamWorkspace } from '../_lib/server/load-user-workspace';
import { loadTeamAccountBillingPage } from '../_lib/server/team-account-billing-page.loader';
import { loadTeamWorkspace } from '../_lib/server/team-account-workspace.loader';
import { TeamAccountCheckoutForm } from './_components/team-account-checkout-form';
import { createBillingPortalSession } from './_lib/server/server-actions';