File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,21 +4,21 @@ import type { JSX, ReactElement } from "react";
44
55import type { Change } from "diff" ;
66import memoize from "memoize-one" ;
7- import { type Block , computeHiddenBlocks } from "./compute-hidden-blocks" ;
7+ import { type Block , computeHiddenBlocks } from "./compute-hidden-blocks.js " ;
88import {
99 type DiffInformation ,
1010 DiffMethod ,
1111 DiffType ,
1212 type LineInformation ,
1313 computeLineInformation ,
14- } from "./compute-lines" ;
15- import { Expand } from "./expand" ;
14+ } from "./compute-lines.js " ;
15+ import { Expand } from "./expand.js " ;
1616import computeStyles , {
1717 type ReactDiffViewerStyles ,
1818 type ReactDiffViewerStylesOverride ,
19- } from "./styles" ;
19+ } from "./styles.js " ;
2020
21- import { Fold } from "./fold" ;
21+ import { Fold } from "./fold.js " ;
2222
2323type IntrinsicElements = JSX . IntrinsicElements ;
2424
You can’t perform that action at this time.
0 commit comments