mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-07 09:35:54 -08:00
6 lines
117 B
JavaScript
6 lines
117 B
JavaScript
export default function ResourceValue({ children }) {
|
|
return (
|
|
<div className="pl-0.5">{children}</div>
|
|
);
|
|
}
|