MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / EmptyStateProps

Interface EmptyStateProps

frontend/src/components/commonUI/EmptyState.tsx:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Center, Text, VStack } from '@chakra-ui/react'
2
3interface EmptyStateProps {
4 title: string
5 message: string
6}
7
8export default function EmptyState({ title, message }: EmptyStateProps) {
9 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected