Skip to content

Commit 052f083

Browse files
authored
Merge pull request #384 from belltalion/LFOP-12
fix home page
2 parents 43779b1 + ac3a9ba commit 052f083

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)