package JSON
folder structure
how do I import a function from ADMIN / script folder currently i have to copy the function to each folder, and modify to each file in individual folder when required
Have you tried `import * from '../ADMIN/script/alert.js'