fix tests

This commit is contained in:
root
2026-06-10 19:26:05 -04:00
parent 1c441a164c
commit 30c4997656
5 changed files with 5 additions and 0 deletions
@@ -1,3 +1,4 @@
import * as React from "react";
import ForgotPasswordPageClient from './ForgotPasswordPageClient'
export default function ForgotPasswordPage() {
@@ -1,3 +1,4 @@
import * as React from "react";
import Link from 'next/link'
import PublicShell from '@/components/layout/PublicShell'
@@ -1,3 +1,4 @@
import * as React from "react";
import ResetPasswordPageClient from './ResetPasswordPageClient'
export default function ResetPasswordPage() {
@@ -1,3 +1,4 @@
import * as React from "react";
'use client'
import PublicFooter from '@/components/layout/PublicFooter'
@@ -1,3 +1,4 @@
import * as React from "react";
import { LucideIcon } from 'lucide-react'
interface StatCardProps {