style(prettier): format code style

This commit is contained in:
unix
2020-05-06 14:18:28 +08:00
parent cf8e277324
commit 112c826575
263 changed files with 4927 additions and 3992 deletions

View File

@@ -2,6 +2,6 @@ import React from 'react'
import { ZeitUIThemes } from '../themes/index'
import defaultTheme from '../themes/default'
const ThemeContext:React.Context<ZeitUIThemes> = React.createContext<ZeitUIThemes>(defaultTheme)
const ThemeContext: React.Context<ZeitUIThemes> = React.createContext<ZeitUIThemes>(defaultTheme)
export default ThemeContext