feat: remove unused import

This commit is contained in:
2025-05-24 18:02:25 +02:00
parent 1819629008
commit 3279f1fb90

View File

@ -1,7 +1,7 @@
import { type FC } from "react"; import { type FC } from "react";
import { Card, CardContent } from "@/components/ui/card"; import { Card, CardContent } from "@/components/ui/card";
import { ArrowLeftRight, User } from "lucide-react"; import { ArrowLeftRight } from "lucide-react";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
const AgreementPage: FC = () => { const AgreementPage: FC = () => {