diff options
| author | realtradam <[email protected]> | 2024-03-09 16:02:59 -0500 |
|---|---|---|
| committer | realtradam <[email protected]> | 2024-03-09 16:02:59 -0500 |
| commit | fdd9a2ef16b9401048f0c6b743c09ddcb52a8516 (patch) | |
| tree | 434ffb70536b5a72efcee3ed6b46275ced0d5e27 /app/javascript/controllers/index.js | |
| download | gameHolster-fdd9a2ef16b9401048f0c6b743c09ddcb52a8516.tar.gz gameHolster-fdd9a2ef16b9401048f0c6b743c09ddcb52a8516.zip | |
The site is born
Diffstat (limited to 'app/javascript/controllers/index.js')
| -rw-r--r-- | app/javascript/controllers/index.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/app/javascript/controllers/index.js b/app/javascript/controllers/index.js new file mode 100644 index 0000000..d0685d3 --- /dev/null +++ b/app/javascript/controllers/index.js @@ -0,0 +1,8 @@ +// This file is auto-generated by ./bin/rails stimulus:manifest:update +// Run that command whenever you add a new controller or create them with +// ./bin/rails generate stimulus controllerName + +import { application } from "./application" + +import HelloController from "./hello_controller" +application.register("hello", HelloController) |
