Skip to content

Commit a3edc40

Browse files
committed
add file extensions to import
1 parent 8bfd3d6 commit a3edc40

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/client/packages/idom-client-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "idom-client-react",
33
"description": "A client for IDOM implemented in React",
4-
"version": "0.8.4",
4+
"version": "0.8.5",
55
"author": "Ryan Morshead",
66
"license": "MIT",
77
"type": "module",

src/client/packages/idom-client-react/src/component.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import react from "react";
22
import reactDOM from "react-dom";
33
import htm from "htm";
44

5-
import serializeEvent from "./event-to-object";
5+
import serializeEvent from "./event-to-object.js";
66

7-
import { applyPatchInplace, joinUrl } from "./utils";
7+
import { applyPatchInplace, joinUrl } from "./utils.js";
88

99
const html = htm.bind(react.createElement);
1010
export const LayoutConfigContext = react.createContext({

0 commit comments

Comments
 (0)