blob: 1d0943ca0fdb833e6f6b088d18f065965cdc5681 [file]
import { one } from '../one'
export const two = one + one
console.log(two)