import { hello } from "foo/hello.ts"; import { buzz } from "~/fizz/buzz.ts"; console.log(hello); console.log(buzz);