Refactored website components. New layout.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
'use client';
|
||||
import { RetentionTable } from './RetentionTable';
|
||||
|
||||
export function RetentionPage({ websiteId }: { websiteId: string }) {
|
||||
return <RetentionTable websiteId={websiteId} />;
|
||||
}
|
||||
Reference in New Issue
Block a user