made login page responsive

This commit is contained in:
victorAnumudu
2024-03-14 11:44:16 +01:00
parent 90dc2adb92
commit ea74a092e5
3 changed files with 88 additions and 38 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import Button from "./Button";
import FloatLabelInput from "./FloatLabelInput";
export {Button}
export {Button, FloatLabelInput}