Skip to content

Commit

Permalink
frontend: i18n: Remove module override of @mui/styles/defaultTheme
Browse files Browse the repository at this point in the history
It's not used anymore.

Signed-off-by: René Dudfield <renedudfield@microsoft.com>
  • Loading branch information
illume committed May 10, 2024
1 parent 28340b1 commit 4024c08
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions frontend/src/i18n/ThemeProviderNexti18n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ import React, { useEffect, useState } from 'react';
import { useTranslation } from 'react-i18next';
import { Loader } from '../components/common';

declare module '@mui/styles/defaultTheme' {
// eslint-disable-next-line @typescript-eslint/no-empty-interface
interface DefaultTheme extends Theme {}
}

function getLocale(locale: string): typeof enUS {
const LOCALES = {
en: enUS,
Expand Down

0 comments on commit 4024c08

Please sign in to comment.