3 lines
53 B
TypeScript
3 lines
53 B
TypeScript
import Other from "./other.tsx";
|
|
console.log(Other);
|
import Other from "./other.tsx";
|
|
console.log(Other);
|