mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 14:29:45 +00:00
Feature/shared refactor (#1176)
* refactor: move most of the shared entities to @start8labs/shared library
This commit is contained in:
@@ -6,11 +6,7 @@ import {
|
||||
renderPkgStatus,
|
||||
StatusRendering,
|
||||
} from '../services/pkg-status-rendering.service'
|
||||
import { isEmptyObject } from './misc.util'
|
||||
import {
|
||||
packageLoadingProgress,
|
||||
ProgressData,
|
||||
} from './package-loading-progress'
|
||||
import { packageLoadingProgress, ProgressData } from '@start9labs/shared'
|
||||
import { Subscription } from 'rxjs'
|
||||
|
||||
export function getPackageInfo(entry: PackageDataEntry): PkgInfo {
|
||||
|
||||
Reference in New Issue
Block a user