UNPKG

@reactseed/template-antd-i18n

Version:

React seed ant design and i18n template for creating react app

8 lines (6 loc) 171 B
import { TConfig, SupportedLocales } from '@/typings'; export const config: TConfig = { title: 'React Seed', logo: 'logo192.png', language: SupportedLocales.en, };