refactor: begin transition of mui to headless ui + tailwind

This commit is contained in:
alexsparkes
2024-06-04 17:28:35 +01:00
parent 524342efad
commit 143c93364f
8 changed files with 4946 additions and 3553 deletions

View File

@@ -5,6 +5,7 @@ import { MdOutlineOpenInNew } from 'react-icons/md';
import { Radio } from 'components/Form/Settings';
import languages from '@/i18n/languages.json';
class LanguageOptions extends PureComponent {
@@ -100,7 +101,7 @@ class LanguageOptions extends PureComponent {
defaultValue={this.state.quoteLanguages[0].name}
category="quote"
/>
</div>
</div>
</>
);
}