Skip to content

Commit

Permalink
fix missing closing
Browse files Browse the repository at this point in the history
  • Loading branch information
mykalmax committed Dec 6, 2024
1 parent b6820e7 commit d1ed711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/client/src/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ declare module 'https://cdn.jsdelivr.net/pyodide/v0.23.2/full/pyodide.js'
declare module '*?worker&inline' {
const InlineWorkerFactory: () => Worker
export default InlineWorkerFactory
}
declare module '~/utils/tbk-components' {
export const Badge: any
export const SourceList: any
Expand Down

0 comments on commit d1ed711

Please sign in to comment.