Complete text component

This commit is contained in:
Hazem Krimi
2021-04-13 22:24:38 +01:00
parent ed29c607ac
commit b784a10042
3 changed files with 154 additions and 5 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import Button from './Button';
import Box from './Box';
import Text from './Text';
export { Box, Button };
export { Button, Box, Text };