Skip to content

Commit

Permalink
Fix #23
Browse files Browse the repository at this point in the history
  • Loading branch information
y-lohse committed Mar 20, 2016
1 parent d3f8855 commit 2ccec0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions client/dist/services/SnapshotsDB.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/services/SnapshotsDB.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import {inject} from 'aurelia-framework';
import 'fetch';
import {HttpClient} from 'aurelia-fetch-client';

@inject(HttpClient)
Expand Down

0 comments on commit 2ccec0f

Please sign in to comment.