diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index db3b06d7..23788722 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -1,5 +1,6 @@ 'use client'; +import { AUTH_MESSAGES } from '@/lib/constants'; import Fuse from 'fuse.js'; import ReviewsSection from './ReviewsSection'; import { useState, useEffect, useMemo } from 'react'; @@ -137,7 +138,7 @@ export default function CommunityPage() {