From 742c88d44be04540702fd7e49cfb6987720230c2 Mon Sep 17 00:00:00 2001 From: Cheng Shi Date: Mon, 28 Oct 2024 13:43:52 -0400 Subject: [PATCH] fix: add some missing code in account page --- src/sections/account/Account.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sections/account/Account.tsx b/src/sections/account/Account.tsx index 298f15b8e..30c3ebb42 100644 --- a/src/sections/account/Account.tsx +++ b/src/sections/account/Account.tsx @@ -6,6 +6,11 @@ import { AccountHelper, AccountPanelTabKey } from './AccountHelper' import { ApiTokenSection } from './api-token-section/ApiTokenSection' import { BreadcrumbsGenerator } from '../shared/hierarchy/BreadcrumbsGenerator' import styles from './Account.module.scss' +import { + DvObjectType, + UpwardHierarchyNode +} from '../../shared/hierarchy/domain/models/UpwardHierarchyNode' +import { ROOT_COLLECTION_ALIAS } from '../../collection/domain/models/Collection' import { ApiTokenInfoJSDataverseRepository } from '@/users/infrastructure/repositories/ApiTokenInfoJSDataverseRepository' const tabsKeys = AccountHelper.ACCOUNT_PANEL_TABS_KEYS