fixed all instanced of changed PublicFooter name

This commit is contained in:
2025-12-17 12:36:00 -06:00
parent 5a46375212
commit bebbba1ece
15 changed files with 15 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ import { Label } from '../components/ui/label';
import { Card } from '../components/ui/card';
import { toast } from 'sonner';
import PublicNavbar from '../components/PublicNavbar';
import PublicFooter from '../components/PublicFooter-kc';
import PublicFooter from '../components/PublicFooter';
import { ArrowRight, Lock, AlertCircle } from 'lucide-react';
const ResetPassword = () => {