add initial react app
This commit is contained in:
9
common/app/routes/Jobs/components/Store.js
Normal file
9
common/app/routes/Jobs/components/Store.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Store } from 'thundercats';
|
||||
|
||||
export default class JobsStore extends Store {
|
||||
constructor(cat) {
|
||||
super();
|
||||
let JobsActions = cat.getActions('JobsActions');
|
||||
}
|
||||
static displayName = 'JobsStore'
|
||||
}
|
Reference in New Issue
Block a user