Skip to content

Commit

Permalink
feat: Adds SwiftUI language
Browse files Browse the repository at this point in the history
  • Loading branch information
rahul-yadav-dev committed Apr 3, 2023
1 parent 418921c commit 8731dfc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/LanguageSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const languages = [
{ value: 'PHP', label: 'PHP' },
{ value: 'Ruby', label: 'Ruby' },
{ value: 'Swift', label: 'Swift' },
{ value: 'SwiftUI', label: 'SwiftUI' },
{ value: 'Kotlin', label: 'Kotlin' },
{ value: 'R', label: 'R' },
{ value: 'Objective-C', label: 'Objective-C' },
Expand Down

0 comments on commit 8731dfc

Please sign in to comment.