Skip to content

Commit 9e2945c

Browse files
authored
import fs
1 parent 03c02fc commit 9e2945c

File tree

1 file changed

+1
-0
lines changed
  • docs/3-web-servers/05-form/_samples/book-search-system

1 file changed

+1
-0
lines changed

docs/3-web-servers/05-form/_samples/book-search-system/main.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import express from "express";
2+
import fs from "fs";
23

34
const app = express();
45

0 commit comments

Comments
 (0)