5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
import * as React from "react";
|
|
|
|
console.log(React);
|
|
|
|
export default "HELLO"; |