Skip to content

Commit

Permalink
remove unecesary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianscatularo committed Aug 22, 2023
1 parent 7897109 commit 01fdaff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/HeaderText.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { Box, Link, makeStyles, Typography } from "@material-ui/core";
import { makeStyles, Typography } from "@material-ui/core";
import clsx from "clsx";
import { ReactChild } from "react";
import { COLORS } from "../muiTheme";
import { Alert, AlertTitle } from "@material-ui/lab";

const useStyles = makeStyles((theme) => ({
centeredContainer: {
Expand Down

0 comments on commit 01fdaff

Please sign in to comment.