Lazily load trix
This commit is contained in:
parent
95eb907090
commit
d8852c7dc5
4 changed files with 12 additions and 2 deletions
6
app/javascript/components/Trix.js
Normal file
6
app/javascript/components/Trix.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import 'trix';
|
||||
import '@rails/actiontext';
|
||||
|
||||
export default function () {
|
||||
return null;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue