So I have a folder that looks like this:
*main-folder js: folder other: folder ---other/file.js // file inside other folder. scripts.js // file inside js folder.
This is my code: import { close } from "~/js/other/nav.js";
how can I import other/file.js to my main.js or as I named it scripts.js