mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-04 22:39:46 +00:00
Feature/shared refactor (#1176)
* refactor: move most of the shared entities to @start8labs/shared library
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
import { Injectable } from '@angular/core'
|
||||
import { WorkspaceConfig, PackageState } from '@start9labs/shared'
|
||||
import {
|
||||
InterfaceDef,
|
||||
PackageDataEntry,
|
||||
PackageMainStatus,
|
||||
PackageState,
|
||||
} from './patch-db/data-model'
|
||||
import { WorkspaceConfig } from '@shared'
|
||||
} from 'src/app/services/patch-db/data-model'
|
||||
|
||||
const {
|
||||
gitHash,
|
||||
|
||||
Reference in New Issue
Block a user