You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import { createElement } from "inferno-create-element";
|
|
import { Fragment } from "inferno";
|
|
|
|
const React = {createElement, Fragment};
|
|
export { createElement, Fragment, React };
|
|
export default React; |