Skip to content
This repository has been archived by the owner on Aug 12, 2024. It is now read-only.

Commit

Permalink
fix: Eslint remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeZhangBorui committed Aug 11, 2024
1 parent 315eccb commit c1657e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/introduction/Shinings.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Card, Col, Container, Row, Text } from "@nextui-org/react";
import { Card, Text } from "@nextui-org/react";
import styles from "./Shinings.module.css";

import { AiOutlineFullscreen, AiOutlineAppstoreAdd } from "react-icons/ai";
Expand Down

0 comments on commit c1657e8

Please sign in to comment.