Skip to content

Commit aa418a5

Browse files
committed
fix: remove .js extensions
1 parent faea1a7 commit aa418a5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/composables/useRepoMeta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
GITLAB_HOSTS,
44
type ProviderId,
55
type RepoRef,
6-
} from '#shared/utils/git-providers.js'
6+
} from '#shared/utils/git-providers'
77

88
export type RepoMetaLinks = {
99
repo: string

server/utils/readme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { marked, type Tokens } from 'marked'
22
import sanitizeHtml from 'sanitize-html'
33
import { hasProtocol } from 'ufo'
4-
import type { ReadmeResponse } from '#shared/types/readme.js'
4+
import type { ReadmeResponse } from '#shared/types/readme'
55
import { convertBlobToRawUrl, type RepositoryInfo } from '#shared/utils/git-providers'
66

77
/**

0 commit comments

Comments
 (0)