mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 06:05:02 +03:00
7 lines
109 B
TypeScript
7 lines
109 B
TypeScript
import React from "https://esm.sh/react@17.0.1";
|
|
|
|
console.log(React);
|
|
if (!React) {
|
|
throw new Error();
|
|
}
|