You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/src/components/widgets/widget/resource_value.jsx

6 lines
117 B

export default function ResourceValue({ children }) {
return (
<div className="pl-0.5">{children}</div>
);
}