1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-22 16:04:21 +00:00

It works! (0.9.4)

This commit is contained in:
Steffo 2020-06-18 15:39:16 +02:00
parent 383196d708
commit ffd51732bc
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

View file

@ -1,9 +0,0 @@
import Box, {BoxColors} from "../Elements/Box";
export default function(props) {
return (
<Box color={BoxColors.RED}>
{props.children}
</Box>
);
}