We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43779b1 + ac3a9ba commit 052f083Copy full SHA for 052f083
apps/landing/script.js
@@ -1,6 +1,4 @@
1
-import { readFile, writeFile } from 'node:fs/promises'
2
-
3
-import { glob } from 'glob'
+import { glob, readFile, writeFile } from 'node:fs/promises'
4
5
const files = await glob('src/**/*.mdx')
6
0 commit comments