feat: remove unused import
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { type FC } from "react";
|
||||
|
||||
import { Card, CardContent } from "@/components/ui/card";
|
||||
import { ArrowLeftRight, User } from "lucide-react";
|
||||
import { ArrowLeftRight } from "lucide-react";
|
||||
import { Button } from "@/components/ui/button";
|
||||
|
||||
const AgreementPage: FC = () => {
|
||||
|
Reference in New Issue
Block a user