linstrom/frontend-reactive/app/routes/application.ts
mStar 599874c486 Fix note rendering, new function header
Fixed note rendering due to bad user header
TODO: It's a stupid bandaid, replace with proper formatter once it works
Remove test stuff
Some spacing in the colours for readability
CreateNoteRemote header added
2024-12-13 15:34:19 +01:00

4 lines
165 B
TypeScript

import Route from '@ember/routing/route'
import { type Registry as Services, service } from '@ember/service'
export default class ApplicationRoute extends Route {}