Merge branch 'master' of https://gitlab.chiefsoft.net/DigiFi/digifi-www into first-homepage-layout

This commit is contained in:
Ebube
2024-03-17 20:08:16 +01:00
26 changed files with 470 additions and 45 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import Button from "./Button";
import InputCompOne from "./InputCompOne";
import FloatLabelInput from "./FloatLabelInput";
export {Button, InputCompOne}
export { Button, FloatLabelInput, InputCompOne };