File tree 1 file changed +5
-5
lines changed
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";
4
4
5
5
import type { Change } from "diff" ;
6
6
import memoize from "memoize-one" ;
7
- import { type Block , computeHiddenBlocks } from "./compute-hidden-blocks" ;
7
+ import { type Block , computeHiddenBlocks } from "./compute-hidden-blocks.js " ;
8
8
import {
9
9
type DiffInformation ,
10
10
DiffMethod ,
11
11
DiffType ,
12
12
type LineInformation ,
13
13
computeLineInformation ,
14
- } from "./compute-lines" ;
15
- import { Expand } from "./expand" ;
14
+ } from "./compute-lines.js " ;
15
+ import { Expand } from "./expand.js " ;
16
16
import computeStyles , {
17
17
type ReactDiffViewerStyles ,
18
18
type ReactDiffViewerStylesOverride ,
19
- } from "./styles" ;
19
+ } from "./styles.js " ;
20
20
21
- import { Fold } from "./fold" ;
21
+ import { Fold } from "./fold.js " ;
22
22
23
23
type IntrinsicElements = JSX . IntrinsicElements ;
24
24
You can’t perform that action at this time.
0 commit comments