import 'react-i18next';

import type common from './locales/en/common.json';

declare module 'react-i18next' {
  interface Resources {
    common: typeof common;
  }
}