6 lines
103 B
JavaScript
6 lines
103 B
JavaScript
|
|
import './bootstrap';
|
||
|
|
import htmx from 'htmx.org';
|
||
|
|
|
||
|
|
// HTMX를 전역으로 설정
|
||
|
|
window.htmx = htmx;
|