linstrom/frontend-reactive/app/components/timeline.hbs
mStar c75acc48a2 Add a bunch of placeholder files
Placeholder files for future app structure
Also figured out how to have root url code stuff
2024-09-19 16:43:15 +02:00

5 lines
No EOL
71 B
Handlebars

{{#each this.notes as |note|}}
<Note />
{{/each}}
<InfinityLoader />