Spaces:
Running
Running
bradduy
commited on
Commit
·
f210a48
1
Parent(s):
352a020
solve rules
Browse files
src/app/(auth)/layout.tsx
CHANGED
@@ -42,4 +42,4 @@ export default async function AuthLayout(props: {
|
|
42 |
</div>
|
43 |
</ClerkProvider>
|
44 |
);
|
45 |
-
}
|
|
|
42 |
</div>
|
43 |
</ClerkProvider>
|
44 |
);
|
45 |
+
}
|
src/app/(auth)/sign-in/page.tsx
CHANGED
@@ -12,4 +12,4 @@ export default async function SignInPage(_props: ISignInPageProps) {
|
|
12 |
signUpUrl="/sign-up"
|
13 |
/>
|
14 |
);
|
15 |
-
};
|
|
|
12 |
signUpUrl="/sign-up"
|
13 |
/>
|
14 |
);
|
15 |
+
};
|
src/components/atoms/index.ts
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
export { Badge } from './Badge';
|
2 |
export { Button } from './Button';
|
3 |
export { Card } from './Card';
|
4 |
-
export { Input } from './Input';
|
|
|
1 |
export { Badge } from './Badge';
|
2 |
export { Button } from './Button';
|
3 |
export { Card } from './Card';
|
4 |
+
export { Input } from './Input';
|
src/components/homepage/CustomizationSection.tsx
CHANGED
@@ -55,4 +55,4 @@ export function CustomizationSection() {
|
|
55 |
</div>
|
56 |
</section>
|
57 |
);
|
58 |
-
}
|
|
|
55 |
</div>
|
56 |
</section>
|
57 |
);
|
58 |
+
}
|