main.js 74 Bytes EditWeb IDE 1 2 3 4 5 import { f2 } from "./imported.js" export default function() { f2(); }