import { Box, Image, Text } from "@chakra-ui/react" // import EmptySearchListImage from "../assets/empty_state_empty_folder.svg" import EmptySearchListImage from "../assets/EmptySearchList.png" const EmptySearchList = ({message}) => { return ( empty list {/* {message} */} We do not have any records {/* Posts of tanami will appear here. */} ) } export default EmptySearchList