Import functions

This commit is contained in:
Skylar Grant 2024-08-22 21:58:55 -04:00
parent cc5dca9628
commit c07c31ab0c
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@
<script type="module">
import { refreshState, togglePower } from './assets/hestia.js';
window.togglePower = togglePower;
window.startup = startup;
window.shutdown = shutdown;
window.refreshState = refreshState;
</script>
</head>