mirror of
https://github.com/prodigist/ReactiveNotes.git
synced 2026-07-22 12:30:26 +00:00
4 lines
105 B
JavaScript
4 lines
105 B
JavaScript
|
|
// react-shim.js
|
||
|
|
import React from 'react';
|
||
|
|
import ReactDOM from 'react-dom';
|
||
|
|
export { React, ReactDOM };
|