Initial commit - WhyRating Hub
Simple hub page for WhyRating project resources: - Brand Site link - Templates Site link - Outline Docs link Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
5
src/app/providers.tsx
Normal file
5
src/app/providers.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
'use client';
|
||||
|
||||
export function Providers({ children }: { children: React.ReactNode }) {
|
||||
return <>{children}</>;
|
||||
}
|
||||
Reference in New Issue
Block a user