// Adapted from jalcoui (MIT) — github.com/jal-co/ui 'use client'; import * as React from 'react'; export function EmptyState({ message }: { message: string }) { return (