Start working on input component

This commit is contained in:
Hazem Krimi
2021-04-14 23:08:13 +01:00
parent 3130485051
commit bf30b856bc
3 changed files with 105 additions and 5 deletions
+2 -1
View File
@@ -2,5 +2,6 @@ import Button from './Button';
import Box from './Box';
import Text from './Text';
import Link from './Link';
import Input from './Input';
export { Button, Box, Text, Link };
export { Button, Box, Text, Link, Input };