From b2c059ff28c8f0f4fffc8c7ab1c4e9c9cb7db9a4 Mon Sep 17 00:00:00 2001 From: Tom Matheussen Date: Thu, 25 May 2017 20:26:01 +0200 Subject: [PATCH] Removed leftover import --- client/src/app/collection.service.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/app/collection.service.ts b/client/src/app/collection.service.ts index df5337d..23430bb 100644 --- a/client/src/app/collection.service.ts +++ b/client/src/app/collection.service.ts @@ -2,8 +2,6 @@ import { Injectable } from '@angular/core'; import { Observable } from 'rxjs'; -import { DatabaseService } from './database.service'; - import * as Datastore from 'nedb'; import { Collection } from './models/collection.interface'; import { Card } from './models/card.interface';