Skip to content

Commit 6d403e2

Browse files
committed
Add js import
1 parent ccc1560 commit 6d403e2

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/IcePanelClient.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { IcePanelClient as Client } from "./Client"
2-
import type { BaseClientOptions } from "./BaseClient"
3-
import * as core from "./core/index"
4-
import type { IcePanelAPIVersion } from "./consts"
1+
import { IcePanelClient as Client } from "./Client.js"
2+
import type { BaseClientOptions } from "./BaseClient.js"
3+
import * as core from "./core/index.js"
4+
import type { IcePanelAPIVersion } from "./consts.js"
55

66
export interface IcePanelOptions {
77
apiVersion: IcePanelAPIVersion

src/helpers/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export * from './ids'
1+
export * from './ids.js'

0 commit comments

Comments
 (0)