({ children }: { children: React.ReactNode })
| 131 | } |
| 132 | |
| 133 | export function Preview({ children }: { children: React.ReactNode }) { |
| 134 | return ( |
| 135 | <div className="group inline-flex w-full items-center justify-center gap-3 rounded-lg border border-gray-200 py-8 sm:max-lg:block dark:border-gray-700"> |
| 136 | {children} |
| 137 | </div> |
| 138 | ) |
| 139 | } |
nothing calls this directly
no outgoing calls
no test coverage detected