You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// import the original type declarationsimport'react-i18next';// import all namespaces (for the default language, only)importcommonfrom'public/locales/en-AU/common.json';declare module 'react-i18next'{interfaceResources{common: typeofcommon;}}
The text was updated successfully, but these errors were encountered: