initial templates and routes

This commit is contained in:
Rimian Perkins
2019-09-24 15:18:58 +10:00
parent e1ed1a41b0
commit 308c8ea771
7 changed files with 18 additions and 10 deletions
@@ -1,7 +0,0 @@
export default Ember.Controller.extend({
actions: {
createSubscriptionPlan() {
console.log(45);
}
}
});
@@ -1 +0,0 @@
export default Ember.Controller.extend({});