mirror of
https://github.com/edcommonwealth/ecp.org.git
synced 2026-03-09 07:28:16 -07:00
initial commit
This commit is contained in:
commit
4f2339709f
74 changed files with 1881 additions and 0 deletions
8
app/javascript/controllers/index.js
Normal file
8
app/javascript/controllers/index.js
Normal file
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue