Add a bunch of placeholder files
Placeholder files for future app structure Also figured out how to have root url code stuff
This commit is contained in:
parent
b6ce6b7e2c
commit
c75acc48a2
18 changed files with 172 additions and 6 deletions
1
frontend-reactive/app/components/page.hbs
Normal file
1
frontend-reactive/app/components/page.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
{{yield}}
|
1
frontend-reactive/app/components/page/header.hbs
Normal file
1
frontend-reactive/app/components/page/header.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
{{yield}}
|
1
frontend-reactive/app/components/page/left-sidebar.hbs
Normal file
1
frontend-reactive/app/components/page/left-sidebar.hbs
Normal file
|
@ -0,0 +1 @@
|
|||
{{yield}}
|
5
frontend-reactive/app/components/timeline.hbs
Normal file
5
frontend-reactive/app/components/timeline.hbs
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{#each this.notes as |note|}}
|
||||
<Note />
|
||||
{{/each}}
|
||||
|
||||
<InfinityLoader />
|
Loading…
Add table
Add a link
Reference in a new issue