Design stuff shit

This commit is contained in:
Melody Becker 2024-09-23 09:18:35 +02:00
parent 5dbf3d9af2
commit 23aefa268a
35 changed files with 5846 additions and 68 deletions

View file

@ -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');
});