Skip to content

Commit

Permalink
[frontend] Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
MananGandhi1810 committed Nov 18, 2024
1 parent 0f0157f commit 1afbe1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/custom/Editorials.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useEffect, useState } from "react";
import React from "react";
import { ScrollArea } from "../ui/scroll-area";
import {
Table,
Expand All @@ -8,7 +8,7 @@ import {
TableHeader,
TableRow,
} from "../ui/table";
import { ArrowLeft, DeleteIcon, Edit } from "lucide-react";
import { ArrowLeft, DeleteIcon } from "lucide-react";
import Markdown from "react-markdown";
import { Button } from "../ui/button";

Expand Down

0 comments on commit 1afbe1a

Please sign in to comment.