Make stuff sortable
This commit is contained in:
parent
50e853098b
commit
ee5dbcf33e
21 changed files with 161 additions and 28 deletions
7
app/javascript/controllers/sort_elements_controller.js
Normal file
7
app/javascript/controllers/sort_elements_controller.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import { Controller } from "@hotwired/stimulus"
|
||||
|
||||
// Connects to data-controller="sort-elements"
|
||||
export default class extends Controller {
|
||||
connect() {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue