summaryrefslogtreecommitdiff
path: root/tests/specs/run/lock_check_ok/003_relative_import.ts
blob: d392f4a5d1245dafe94f9d1c6f81f66c7f464621 (plain)
1
2
3
import { printHello } from "./print_hello.ts";

printHello();