website refactor
This commit is contained in:
@@ -148,3 +148,7 @@ export function EmptyState({
|
||||
</Box>
|
||||
);
|
||||
}
|
||||
|
||||
export function MinimalEmptyState(props: Omit<EmptyStateProps, 'variant'>) {
|
||||
return <EmptyState {...props} variant="minimal" />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user