Skip to content

Commit ac3a9ba

Browse files
committed
fix home page
1 parent e88c4e2 commit ac3a9ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/landing/script.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { readFile, writeFile } from 'node:fs/promises'
2-
3-
import { glob } from 'glob'
1+
import { glob, readFile, writeFile } from 'node:fs/promises'
42

53
const files = await glob('src/**/*.mdx')
64

0 commit comments

Comments
 (0)