Add signup route

This commit is contained in:
2019-07-18 19:31:03 +02:00
parent 6a176b5904
commit 0a71d7ad91
4 changed files with 17 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
import Route from '@ember/routing/route';
export default Route.extend({
});