Skip to content

Commit

Permalink
test: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Feb 7, 2023
1 parent bb6fe94 commit 81c942b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Header/LocaleSelector/LocaleSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@
*/

import { useContext, useMemo, useState } from "react";
import { Button, Popover, Paper, Grid, styled } from "@mui/material";
import { Button, Popover, Paper, Grid, styled, Link} from "@mui/material";
import { Translate, AddBox } from "@mui/icons-material";
import { useTranslation } from "react-i18next";
import { getEmojiFlag } from "../../../utils/getEmojiFlag";
import { getName } from "all-iso-language-codes";
import { ThemeContext } from "../../../store";
import Link from "@mui/material/Link/Link";

// Style locale selector language option button.
const LocaleOptButton = styled(Button)(({ theme }) => ({
Expand Down

0 comments on commit 81c942b

Please sign in to comment.