Skip to content

Commit

Permalink
feat: fix search of apps
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryT-CG committed Feb 22, 2024
1 parent 72c3c2f commit 9913650
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ import {
import { dropDownSortItemsByLabel, limitText } from 'src/app/shared/utils'
import { IconService } from 'src/app/shared/iconservice'

import { ChangeMode } from '../../app-detail/app-detail.component'

export type AppType = 'MS' | 'MFE'
export type AppAbstract = MicrofrontendAbstract & Microservice & { appType: AppType }
import { AppAbstract, ChangeMode } from '../../app-search/app-search.component'

@Component({
selector: 'app-product-apps',
Expand Down

0 comments on commit 9913650

Please sign in to comment.