Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
chunlaw authored and actions-user committed Aug 19, 2023
1 parent 65e4d6c commit 9e255a4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/home/SuccinctEtas.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
import React, { useContext } from "react";
import {
Box,
ListItemText,
SxProps,
Theme,
Typography,
} from "@mui/material";
import { Box, ListItemText, SxProps, Theme, Typography } from "@mui/material";
import { useTranslation } from "react-i18next";
import { useEtas } from "../Etas";
import AppContext from "../../AppContext";
Expand Down

0 comments on commit 9e255a4

Please sign in to comment.