Remove unnecessary import

This commit is contained in:
William Brawner 2018-09-02 19:47:39 -05:00
parent 4a3794978c
commit 851ef9cfea

View file

@ -1,6 +1,6 @@
import { Injectable } from '@angular/core';
import { of, Observable, from } from 'rxjs';
import { BudgetDatabase, ICategory } from './budget-database';
import { BudgetDatabase } from './budget-database';
import { TransactionType } from './transaction.type'
import { Category } from './category'