die
This commit is contained in:
parent
aa20cf0f0b
commit
1bf90caeec
17 changed files with 147 additions and 7 deletions
1
app/views/svelte/friends.html.erb
Normal file
1
app/views/svelte/friends.html.erb
Normal file
|
@ -0,0 +1 @@
|
|||
<%= javascript_pack_tag 'friends' %>
|
3
app/views/svelte/index.html.erb
Normal file
3
app/views/svelte/index.html.erb
Normal file
|
@ -0,0 +1,3 @@
|
|||
<%= javascript_pack_tag 'home' %>
|
||||
<!--THOUGHTS: spell system to navigate between pages-->
|
||||
<!--THOUGHTS: rng star field background-->
|
1
app/views/svelte/portfolio.html.erb
Normal file
1
app/views/svelte/portfolio.html.erb
Normal file
|
@ -0,0 +1 @@
|
|||
<%= javascript_pack_tag 'portfolio' %>
|
Loading…
Add table
Add a link
Reference in a new issue