chore: upgrade deps

style(prettier): format code style
This commit is contained in:
unix
2020-05-06 14:46:06 +08:00
parent b1950970b1
commit 3a8dd34010
40 changed files with 77 additions and 76 deletions

View File

@@ -2,7 +2,7 @@ import React from 'react'
import { Text, useTheme } from 'components'
export const getFileName = (name: string): string => {
return name.replace(/^(.)/, (g) => g.toLowerCase())
return name.replace(/^(.)/, g => g.toLowerCase())
}
export const getImportString = (name: string) => {