import { FC, PropsWithChildren } from "react"; import { Poppable } from "@/lib/poppables/components/poppable"; export const Truncate: FC = ({ children }) => { return (

{children}

); };