Added correct import for Text component

This commit is contained in:
Nick Sandstrom 2025-12-16 13:44:11 -08:00
parent 38033da90f
commit dd75b5b21a

View file

@ -1,3 +1,5 @@
import { Text, } from '@mantine/core';
// Short preview that triggers the details modal when clicked
export const RecordingSynopsis = ({ description, onOpen }) => {
const truncated = description?.length > 140;