next.js/test/e2e/app-dir/chunk-loading/app/_components/junk-drawer/thingTwo.ts
thingTwo.ts7 lines163 B
import { getValue } from './getValue'

export function thingTwo() {
  let x = ((Math.random() * 100000) | 0).toString(16)
  console.log('thingTwo', getValue(x))
}
Quest for Codev2.0.0
/
SIGN IN