Daniel Lautzenheiser 8acda23acc
Feature/rebrand (#3)
2022-09-30 08:13:47 -04:00

6 lines
95 B
TypeScript

import en from './en';
export const locales: Record<string, Record<string, any>> = {
en,
};