mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-23 00:14:21 +00:00
It works! (0.9.4)
This commit is contained in:
parent
383196d708
commit
ffd51732bc
1 changed files with 0 additions and 9 deletions
|
@ -1,9 +0,0 @@
|
||||||
import Box, {BoxColors} from "../Elements/Box";
|
|
||||||
|
|
||||||
export default function(props) {
|
|
||||||
return (
|
|
||||||
<Box color={BoxColors.RED}>
|
|
||||||
{props.children}
|
|
||||||
</Box>
|
|
||||||
);
|
|
||||||
}
|
|
Loading…
Reference in a new issue