emptyStory.tsx 88 B

123
  1. export default function EmptyStory() {
  2. return <strong>Nothing is selected</strong>;
  3. }