Skip to content

Commit fbbd89b

Browse files
committed
chore: fix import
1 parent ec72aad commit fbbd89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/webui/src/client/lib/Components/BlueprintAssetIcon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useEffect, useMemo, useState } from 'react'
2-
import { createPrivateApiPath } from '../../url'
2+
import { createPrivateApiPath } from '../../url.js'
33

44
const GLOBAL_BLUEPRINT_ASSET_CACHE: Record<string, string> = {}
55

0 commit comments

Comments
 (0)