fix tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
import * as React from "react";
|
||||||
import ForgotPasswordPageClient from './ForgotPasswordPageClient'
|
import ForgotPasswordPageClient from './ForgotPasswordPageClient'
|
||||||
|
|
||||||
export default function ForgotPasswordPage() {
|
export default function ForgotPasswordPage() {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import * as React from "react";
|
||||||
import Link from 'next/link'
|
import Link from 'next/link'
|
||||||
import PublicShell from '@/components/layout/PublicShell'
|
import PublicShell from '@/components/layout/PublicShell'
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import * as React from "react";
|
||||||
import ResetPasswordPageClient from './ResetPasswordPageClient'
|
import ResetPasswordPageClient from './ResetPasswordPageClient'
|
||||||
|
|
||||||
export default function ResetPasswordPage() {
|
export default function ResetPasswordPage() {
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import * as React from "react";
|
||||||
'use client'
|
'use client'
|
||||||
|
|
||||||
import PublicFooter from '@/components/layout/PublicFooter'
|
import PublicFooter from '@/components/layout/PublicFooter'
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
import * as React from "react";
|
||||||
import { LucideIcon } from 'lucide-react'
|
import { LucideIcon } from 'lucide-react'
|
||||||
|
|
||||||
interface StatCardProps {
|
interface StatCardProps {
|
||||||
|
|||||||
Reference in New Issue
Block a user