Skip to content

Commit 36f662a

Browse files
go
1 parent 9f4b0ec commit 36f662a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server.f.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
type IoResult,
1414
type Dirent,
1515
} from 'functionalscript/fs/effects/node/module.f.js'
16-
import { htmlToString, htmlUtf8 } from 'functionalscript/fs/html/module.f.js'
16+
import { htmlUtf8 } from 'functionalscript/fs/html/module.f.js'
1717
import { concat } from 'functionalscript/fs/path/module.f.js'
1818

1919
const listener = ({ url }: IncomingMessage) => {

0 commit comments

Comments
 (0)