adding react components without logic

This commit is contained in:
ashprit
2024-10-25 23:43:10 +01:00
parent 3c21c2ebc5
commit 44098c8691
19 changed files with 1946 additions and 877 deletions

View File

@@ -10,6 +10,10 @@ const config: Config = {
theme: {
extend: {
colors: {
black: {
DEFAULT: '#000',
100: '#000319',
},
background: 'hsl(var(--background))',
foreground: 'hsl(var(--foreground))',
card: {