Feat: Empty View Component

This commit is contained in:
Aryaman Sharma
2025-02-27 11:04:27 +05:30
committed by GitHub
parent 3650a6162a
commit cd1b3043ca

View File

@@ -21,7 +21,7 @@ import IconBox from "../../IconBox";
* <EmptyView
* icon={<SomeIcon />}
* header="Average Response Time"
* message="No Resposne Time Available"
* message="No Response Time Available"
* headingLevel="h2"
* justifyContent="center"
* height="50%"
@@ -105,4 +105,4 @@ EmptyView.propTypes = {
height: PropTypes.string
};
export default EmptyView;
export default EmptyView;