Create very first component

- With command: `rails generate component Example title --sidecar`
 - Delete generated spec file
This commit is contained in:
Jean-Baptiste Bellet
2021-03-31 21:26:42 +02:00
parent e25cb1b65e
commit 6c37461c37
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1 @@
%h1 #{@title}