Skip to content

Commit

Permalink
fix: remove unnecessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
BeADre committed Jul 19, 2021
1 parent ae93da1 commit 578b842
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-cli/src/shared/fsUtils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { parse, extname, resolve } from 'path'
import { lstatSync, pathExistsSync, readdir, readdirSync, readFileSync, writeFileSync } from 'fs-extra'
import { lstatSync, pathExistsSync, readdir, readdirSync } from 'fs-extra'
import { EXAMPLE_DIR_NAME, SRC_DIR, TESTS_DIR_NAME } from './constant'

export async function getComponentNames(): Promise<string[]> {
Expand Down

0 comments on commit 578b842

Please sign in to comment.