import type {Lang} from './typings';

export const DEFAULT_LANG: Lang = 'ru';
