Skip to content

Commit b888174

Browse files
author
Joel Denning
authored
Remove unused ReactDOM (#51)
1 parent a24b5ac commit b888174

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/react-mf-planets.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
import React from "react";
2-
import ReactDOM from "react-dom";
32
import ReactDOMClient from "react-dom/client";
43
import singleSpaReact from "single-spa-react";
54
import Root from "./root.component";
65

76
const lifecycles = singleSpaReact({
87
React,
9-
ReactDOM,
108
ReactDOMClient,
119
rootComponent: Root,
1210
errorBoundary(err, info, props) {

0 commit comments

Comments
 (0)