This commit is contained in:
Ebube
2024-03-17 20:04:31 +01:00
parent bacfa1b404
commit 38becd42ac
6 changed files with 116 additions and 10 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import Button from "./Button";
import InputCompOne from "./InputCompOne";
export {Button}
export {Button, InputCompOne}