Skip to content

Commit 232a207

Browse files
committed
chore: remove .js imports
1 parent 1b9724a commit 232a207

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/services/search.service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import type { IUIBookmark } from '@models/bookmark.model.js'
2-
import { SEARCH_FIELDS_CONFIG } from './search.config.js'
1+
import type { IUIBookmark } from '@models/bookmark.model'
2+
import { SEARCH_FIELDS_CONFIG } from './search.config'
33

44
export async function searchBookmarks(
55
bookmarks: IUIBookmark[],

0 commit comments

Comments
 (0)