Skip to content

Commit f81ba0b

Browse files
committed
fix: type import
1 parent 3bde563 commit f81ba0b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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, withoutTrailingSlash } from 'ufo'
4-
import { ReadmeResponse } from '#shared/types/readme.js'
4+
import type { ReadmeResponse } from '#shared/types/readme.js'
55

66
/**
77
* Playground provider configuration

0 commit comments

Comments
 (0)