mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
6 lines
111 B
JavaScript
6 lines
111 B
JavaScript
// react shim
|
|
import React from "react";
|
|
import ReactDOM from "react-dom/client";
|
|
|
|
export { React, ReactDOM };
|