Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
RODO94 committed Jan 13, 2025
1 parent cd99dd7 commit efeea7c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions editor.planx.uk/src/pages/Filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import Box from "@mui/material/Box";
import Button from "@mui/material/Button";
import { styled } from "@mui/material/styles";
import Typography from "@mui/material/Typography";
import { useFormik } from "formik";
import { filter } from "lodash";
import React, { useEffect, useState } from "react";
import ChecklistItem from "ui/shared/ChecklistItem/ChecklistItem";

Expand Down

0 comments on commit efeea7c

Please sign in to comment.