mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-29 04:35:32 +08:00
chore: upgrade deps
style(prettier): format code style
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user