jipie
This commit is contained in:
parent
86dc3b010b
commit
7897621621
5 changed files with 145 additions and 1 deletions
|
@ -13,8 +13,10 @@ import './styles/emoji-footprint.css';
|
|||
import './javascript/theme.js';
|
||||
import './javascript/emoji-footprint.js';
|
||||
import './javascript/modes.js';
|
||||
import htmx from 'htmx.org';
|
||||
import { initNumberInputs } from './javascript/numberInputs.js';
|
||||
import { initRadioState } from './javascript/radioState.js';
|
||||
window.htmx = htmx;
|
||||
|
||||
// Initialize everything when DOM is ready
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue