fix: Fix importing of service type location

Change-type: patch
Signed-off-by: Cameron Diver <cameron@resin.io>
This commit is contained in:
Cameron Diver 2018-08-16 15:52:32 +01:00
parent 1060e70e82
commit f7240ccce1
No known key found for this signature in database
GPG Key ID: 69264F9C923F55C1

View File

@ -1,5 +1,5 @@
import ApplicationManager from '../application-manager'; import ApplicationManager from '../application-manager';
import { Service } from '../application-manager'; import { Service } from '../types/service';
export interface ServiceAction { export interface ServiceAction {
action: string; action: string;