mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 01:10:02 +02:00
5 lines
67 B
TypeScript
5 lines
67 B
TypeScript
import { I18N } from './i18n'
|
|
|
|
export const CONSTANT = {
|
|
I18N,
|
|
}
|