mirror of
https://github.com/swc-project/swc.git
synced 2024-12-25 14:43:33 +03:00
6 lines
105 B
TypeScript
6 lines
105 B
TypeScript
import React from "https://esm.sh/react@17.0.1"
|
|
|
|
console.log(React)
|
|
if (!React) {
|
|
throw new Error()
|
|
} |