add initial react app
This commit is contained in:
15
common/app/routes/Jobs/components/Actions.js
Normal file
15
common/app/routes/Jobs/components/Actions.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import { Actions } from 'thundercats';
|
||||
|
||||
export default class JobsActions extends Actions {
|
||||
constructor() {
|
||||
super();
|
||||
}
|
||||
static displayName = 'JobsActions'
|
||||
|
||||
getJob(id) {
|
||||
return { id };
|
||||
}
|
||||
getJobs(params) {
|
||||
return { params };
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user