diff --git a/ui-v2/blueprints/route/files/__root__/__path__/__name__.js b/ui-v2/blueprints/route/files/__root__/__path__/__name__.js deleted file mode 100644 index 6c74252aa1..0000000000 --- a/ui-v2/blueprints/route/files/__root__/__path__/__name__.js +++ /dev/null @@ -1,4 +0,0 @@ -import Route from '@ember/routing/route'; - -export default Route.extend({ -}); diff --git a/ui-v2/blueprints/route/files/__root__/__templatepath__/__templatename__.hbs b/ui-v2/blueprints/route/files/__root__/__templatepath__/__templatename__.hbs deleted file mode 100644 index e2147cab02..0000000000 --- a/ui-v2/blueprints/route/files/__root__/__templatepath__/__templatename__.hbs +++ /dev/null @@ -1 +0,0 @@ -{{outlet}} \ No newline at end of file diff --git a/ui-v2/blueprints/route/native-files/__root__/__path__/__name__.js b/ui-v2/blueprints/route/native-files/__root__/__path__/__name__.js new file mode 100644 index 0000000000..020fefd1ee --- /dev/null +++ b/ui-v2/blueprints/route/native-files/__root__/__path__/__name__.js @@ -0,0 +1,4 @@ +import Route from 'consul-ui/routing/route'; + +export default class <%= classifiedModuleName %>Route extends Route { +} diff --git a/ui-v2/blueprints/route/native-files/__root__/__templatepath__/__templatename__.hbs b/ui-v2/blueprints/route/native-files/__root__/__templatepath__/__templatename__.hbs new file mode 100644 index 0000000000..2929fdf923 --- /dev/null +++ b/ui-v2/blueprints/route/native-files/__root__/__templatepath__/__templatename__.hbs @@ -0,0 +1,5 @@ + + {{outlet}} + \ No newline at end of file