Skip to content

Commit 68921df

Browse files
Remove unused import
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent ac1fa4b commit 68921df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/pages/EventDetails.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, {useMemo, useState} from "react";
2-
import {Button, Card, CardBody, CardImg, Col, Container, Form, Input, Row, Table, Alert, Badge} from "reactstrap";
2+
import {Button, Card, CardBody, CardImg, Col, Container, Form, Input, Row, Alert, Badge} from "reactstrap";
33
import dayjs from "dayjs";
44
import {TitleAndBreadcrumb} from "../elements/TitleAndBreadcrumb";
55
import {

0 commit comments

Comments
 (0)