'use client'; import { CodeHighlightTabs } from '@mantine/code-highlight'; import { UrlCard, User } from '@semble/types'; interface Props { cardContent: UrlCard['cardContent']; cardAuthor?: User; } export default function UrlCardDebugView(props: Props) { return ( e.stopPropagation()} style={{ cursor: 'auto', zIndex: 0 }} defaultExpanded={false} /> ); }