Skip to content

Commit

Permalink
fix: dependency fix
Browse files Browse the repository at this point in the history
- fixed issue where @dereekb/demo-firebase was an dependency of dbx-firebase
  • Loading branch information
dereekb committed Oct 6, 2022
1 parent 3a4bd2a commit 3445223
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { Guestbook } from '@dereekb/demo-firebase';
import { Component, Inject } from '@angular/core';
import { AbstractDbxSelectionListWrapperDirective, AbstractDbxValueListViewItemComponent, AbstractDbxSelectionListViewDirective, DEFAULT_LIST_WRAPPER_DIRECTIVE_TEMPLATE, DbxSelectionValueListViewConfig, provideDbxListView, DEFAULT_DBX_SELECTION_VALUE_LIST_DIRECTIVE_TEMPLATE, DbxValueAsListItem, provideDbxListViewWrapper, DBX_VALUE_LIST_VIEW_ITEM, DbxValueListItem } from '@dereekb/dbx-web';
import { from, of } from 'rxjs';
Expand Down

0 comments on commit 3445223

Please sign in to comment.