Skip to content

Commit

Permalink
Cleaned up an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
deanshi committed Feb 5, 2025
1 parent 1105e27 commit b0d8995
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions assets/js/components/Dashboard/PaMessagesPage.tsx
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
import React, { ComponentType, useState, useMemo, useEffect } from "react";
import {
Container,
Row,
Col,
Spinner,
Dropdown,
FormCheck,
} from "react-bootstrap";
import { Container, Row, Col, Dropdown, FormCheck } from "react-bootstrap";
import { BoxArrowUpRight, PlusCircleFill } from "react-bootstrap-icons";
import { Link, useNavigate, useSearchParams } from "react-router-dom";
import cx from "classnames";
Expand Down

0 comments on commit b0d8995

Please sign in to comment.