mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
feat(marketplace): add separate package and move some entities in it (#1283)
* feat(marketplace): add separate package and move some entities in it * feat(marketplace): refactor release notes and list * feat(marketplace): refactor showing a package * chore: fix install progress * chore: fix angular.json * chore: properly share stream
This commit is contained in:
@@ -9,7 +9,6 @@ import {
|
||||
} from 'src/app/services/patch-db/data-model'
|
||||
import {
|
||||
Log,
|
||||
MarketplacePkg,
|
||||
Metric,
|
||||
RR,
|
||||
NotificationLevel,
|
||||
@@ -17,6 +16,7 @@ import {
|
||||
} from './api.types'
|
||||
|
||||
import { BTC_ICON, LND_ICON, PROXY_ICON } from './api-icons'
|
||||
import { MarketplacePkg } from '@start9labs/marketplace'
|
||||
|
||||
export module Mock {
|
||||
export const MarketplaceEos: RR.GetMarketplaceEOSRes = {
|
||||
|
||||
Reference in New Issue
Block a user