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

The 'team-account-workspace.loader' module across various components was renamed to 'load-user-workspace' to better reflect its functionality. This change affects many import statements within these components. The file itself was also renamed.
This commit is contained in:
giancarlo
2024-05-10 20:46:38 +07:00
parent 39e0a229b6
commit 543a95c867
7 changed files with 6 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ import { withI18n } from '~/lib/i18n/with-i18n';
import { TeamAccountLayoutMobileNavigation } from './_components/team-account-layout-mobile-navigation';
import { TeamAccountLayoutSidebar } from './_components/team-account-layout-sidebar';
import { TeamAccountNavigationMenu } from './_components/team-account-navigation-menu';
import { loadTeamWorkspace } from './_lib/server/team-account-workspace.loader';
import { loadTeamWorkspace } from './_lib/server/load-user-workspace';
interface Params {
account: string;