Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@ import { on } from '@ember/modifier';
import { fn } from '@ember/helper';
import { cell } from 'ember-resources';
import { TrackedObject } from 'tracked-built-ins';
import { RemoteData } from 'ember-resources/util/remote-data';
import { RemoteData } from 'reactiveweb/remote-data';

const DATA_SOURCES = ['people', 'planets'];
// A cell is @tracked data that can be used anywhere -- makes for smaller demos

0 comments on commit 700c8f3

Please sign in to comment.