importReactfrom"react";
import { Card, Text } from"../../../index";
exportdefaultfunctionError() {
return (
<Cardinvertshaderadius="0.5rem"><Text>
Sorry, no set with this name exists in this API. You might have spelt
the name wrong.
</Text></Card>
);
}