File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/client/packages/idom-client-react Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " idom-client-react" ,
3
3
"description" : " A client for IDOM implemented in React" ,
4
- "version" : " 0.8.4 " ,
4
+ "version" : " 0.8.5 " ,
5
5
"author" : " Ryan Morshead" ,
6
6
"license" : " MIT" ,
7
7
"type" : " module" ,
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ import react from "react";
2
2
import reactDOM from "react-dom" ;
3
3
import htm from "htm" ;
4
4
5
- import serializeEvent from "./event-to-object" ;
5
+ import serializeEvent from "./event-to-object.js " ;
6
6
7
- import { applyPatchInplace , joinUrl } from "./utils" ;
7
+ import { applyPatchInplace , joinUrl } from "./utils.js " ;
8
8
9
9
const html = htm . bind ( react . createElement ) ;
10
10
export const LayoutConfigContext = react . createContext ( {
You can’t perform that action at this time.
0 commit comments