Complete link component

This commit is contained in:
Hazem Krimi
2021-04-14 17:08:39 +01:00
parent 3aa7eae0f3
commit 71f904e884
3 changed files with 191 additions and 5 deletions
+2 -1
View File
@@ -1,5 +1,6 @@
import Button from './Button';
import Box from './Box';
import Text from './Text';
import Link from './Link';
export { Button, Box, Text };
export { Button, Box, Text, Link };