1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-12 12:40:53 +02:00

add missing script

This commit is contained in:
Kushagra Gour
2024-02-08 16:38:37 +05:30
parent 279f0e37d1
commit 13521f9f6e

2
scripts/atomizer.mjs Normal file
View File

@ -0,0 +1,2 @@
import Atomizer from 'atomizer';
window.atomizer = new Atomizer();