调整组件位置

This commit is contained in:
2025-05-12 22:43:24 +08:00
parent 37c422e752
commit 94276be2b7
6 changed files with 5 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
import { authApi, verificationApi } from "@/lib/api";
import { useRouter } from "next/navigation";
import { toast } from "sonner";
import Header from "@/app/components/Header";
import Footer from "@/app/components/Footer";
import Header from "@/components/Header";
import Footer from "@/components/Footer";
import { Button } from "@/components/ui/button";
import { Card, CardContent } from "@/components/ui/card";
import { cn } from "@/lib/utils";