Skip to content

Commit

Permalink
fix: add some missing code in account page
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengShi-1 committed Oct 28, 2024
1 parent 6ade2c3 commit 742c88d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/sections/account/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 742c88d

Please sign in to comment.