Skip to content

Commit

Permalink
style: 💄 代码优化
Browse files Browse the repository at this point in the history
  • Loading branch information
WeilinerL committed Nov 20, 2024
1 parent 85fcc8a commit 3b1e4a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/website/lib/gen-src-md.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from 'path'
import fs from 'fs'
import path from 'path'
import hljs from 'highlight.js'
import dirtyJson from 'dirty-json'
import { parser } from '@mpxjs/vuese-parser'
Expand Down
2 changes: 1 addition & 1 deletion packages/website/lib/get-files-list.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from 'path'
import fs from 'fs'
import path from 'path'

function listMpxFiles(dir: string, fileName = '') {
let results: Record<'fullPath' | 'fileName', string>[] = []
Expand Down
2 changes: 1 addition & 1 deletion packages/website/lib/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import path from 'path'
import fs from 'fs'
import path from 'path'
import { spawn } from 'child_process'
import { genSrcMd } from './gen-src-md'
import { genExampleMd } from './gen-example-md'
Expand Down

0 comments on commit 3b1e4a7

Please sign in to comment.