Added tailwind and style login screen

This commit is contained in:
Pijus Kamandulis
2024-10-06 16:52:39 +03:00
parent 45039d356f
commit 517bc11c56
11 changed files with 185 additions and 50 deletions

4
src/components/index.ts Normal file
View File

@@ -0,0 +1,4 @@
import Input from './Input';
import Button, { ButtonColor } from './Button';
export { Input, Button, ButtonColor };