summaryrefslogtreecommitdiff
path: root/tests/specs/compile/npm_cjs_reexport_relative_parent_component/main.ts
blob: c2935aeeda629d87410b540ba9e9b042e394eb02 (plain)
1
2
import { hello } from "npm:@denotest/cjs-reexport-relative-parent";
hello.sayHello();