Imports & Exports
Check out the following documentation to learn how imports and exports work in Deno: https://deno.com/manual@v1.15.2/examples/import_export (opens in a new tab)
You can create files in Zipper and export/import code between files in the same Applet.
Remote imports
As mentioned above, remote modules can be imported from a URL. The most foolproof way to import a package is via deno.land/x. If the package you're looking for doesn't exist on deno.land, there are a number of Deno-friendly CDNs that you can use to import NPM modules (such as skypack.dev). If you hit any issues importing a package, just let us know.