Add box component

This commit is contained in:
Hazem Krimi
2021-04-13 18:36:12 +01:00
parent 92ff6937fb
commit 85040d4ee1
3 changed files with 168 additions and 4 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import Button from './Button';
import Box from './Box';
export { Button };
export { Box, Button };