6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
|
import React from "react";
|
||
|
|
||
|
import * as Other from "other";
|
||
|
console.log(Other.default);
|
||
|
React.render(Other.app, document.body);
|