Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
Removed unneeded Button import.
  • Loading branch information
chrsrns committed Jan 30, 2024
1 parent 79c4e6a commit d4ad8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-frontend-react/src/components/Appointments/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button, Card, Col, Row } from "react-bootstrap";
import { Card, Col, Row } from "react-bootstrap";
import { Jumbotron } from "../Jumbotron";

import { momentLocalizer } from "react-big-calendar";
Expand Down

0 comments on commit d4ad8ed

Please sign in to comment.