Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
style(examples): alphabetize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
adriancarriger committed Mar 9, 2017
1 parent 355969a commit f1199ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const ReadObjectCode = {
`
import { Component } from '@angular/core';
import { AngularFireOffline, AfoObjectObservable } from 'angularfire2-offline';
import { AfoObjectObservable, AngularFireOffline } from 'angularfire2-offline';
@Component({
selector: 'app-read-object',
Expand Down

0 comments on commit f1199ee

Please sign in to comment.