Skip to content

Conversation

@ProgrammerSONGBIT
Copy link
Contributor

Changes

  1. Added return type annotation to App component (JSX.Element)
  2. Changed == to === for strict equality check (ESLint best practice)
  3. Added role="main" for semantic HTML/accessibility

Why

  • Improves TypeScript type safety
  • Follows ESLint/Prettier strict equality rules
  • Better accessibility for screen readers

## Changes
1. Added return type annotation to App component (`JSX.Element`)
2. Changed `==` to `===` for strict equality check (ESLint best practice)
3. Added `role="main"` for semantic HTML/accessibility

## Why
- Improves TypeScript type safety
- Follows ESLint/Prettier strict equality rules
- Better accessibility for screen readers
@vercel
Copy link

vercel bot commented Jan 12, 2026

@ProgrammerSONGBIT is attempting to deploy a commit to the Ankit Meda's projects Team on Vercel.

A member of the Team first needs to authorize it.

@netlify
Copy link

netlify bot commented Jan 12, 2026

👷 Deploy request for kwoc-2025 pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit 49f7a0e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant