Skip to content

Commit

Permalink
fix: nav logic ts fun (#27534)
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra authored Jan 15, 2025
1 parent cc92975 commit c05d8ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/layout/navigation-3000/navigationLogic.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { teamLogic } from 'scenes/teamLogic'
import { urls } from 'scenes/urls'

import { dashboardsModel } from '~/models/dashboardsModel'
import { ProductKey } from '~/types'
import { ProductKey, ReplayTabs } from '~/types'

import { navigationLogic } from '../navigation/navigationLogic'
import type { navigation3000LogicType } from './navigationLogicType'
Expand Down

0 comments on commit c05d8ac

Please sign in to comment.