Design stuff shit
This commit is contained in:
parent
5dbf3d9af2
commit
23aefa268a
35 changed files with 5846 additions and 68 deletions
|
@ -1,11 +1,11 @@
|
|||
import EmberRouter from "@ember/routing/router";
|
||||
import config from "frontend-reactive/config/environment";
|
||||
import EmberRouter from '@ember/routing/router';
|
||||
import config from 'frontend-reactive/config/environment';
|
||||
|
||||
export default class Router extends EmberRouter {
|
||||
location = config.locationType;
|
||||
rootURL = config.rootURL;
|
||||
location = config.locationType;
|
||||
rootURL = config.rootURL;
|
||||
}
|
||||
|
||||
Router.map(function () {
|
||||
this.route("about");
|
||||
this.route('about');
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue