4 lines
155 B
TypeScript
4 lines
155 B
TypeScript
// Mock for server-only to avoid Next.js server component issues in tests
|
|
// This module does nothing in tests - it's just a marker for Next.js
|
|
export {};
|