Skip to content

Commit 21566c5

Browse files
authored
Merge pull request #38 from hendaoui/master
Login Component
2 parents 426a5c6 + dbb0132 commit 21566c5

16 files changed

Lines changed: 15712 additions & 70 deletions

.babelrc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"@babel/preset-react"
55
],
66
"plugins": [
7-
"@babel/transform-runtime"
7+
"@babel/transform-runtime",
8+
"@babel/plugin-proposal-class-properties"
89
]
9-
}
10+
}

.idea/.gitignore

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/10secondsofcode.iml

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/Project_Default.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/inspectionProfiles/profiles_settings.xml

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/misc.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/modules.xml

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/vcs.xml

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Contributors.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,11 @@ When you modified the template you need to add them to the spaces between the "|
6060
[<img src="https://avatars0.githubusercontent.com/u/6679438?s=400&v=4" width="100px;"/><br /><sub><b> Elangovan Sundar </b></sub>](https://github.com/elangovanshanthi)
6161
[<img src="https://avatars0.githubusercontent.com/u/7194904?s=400&v=4" width="100px;"/><br /><sub><b> Kevin Boer </b></sub>](https://github.com/kev1nboer)]
6262
[<img src="https://avatars0.githubusercontent.com/u/20200403?s=400&v=4" width="100px;"/><br /><sub><b> Fadhil Nur Mahardi </b></sub>]( https://github.com/fadhilnurmahardi )
63+
[<img src="https://avatars0.githubusercontent.com/u/6974404?s=400&v=4" width="100px;"/><br /><sub><b> Heni Hendaoui </b></sub>]( https://github.com/hendaoui )
6364
1. [Elangovan Sundar](https://github.com/elangovanshanthi)
6465
2. [Kevin Boer](https://github.com/kev1nboer)
6566
3. [Fadhil Nur Mahardi](https://github.com/fadhilnurmahardi)
6667
4. [D'jay](https://github.com/Djay1407)
67-
5. [jamal](https://github.com/jamaluddinfikri)
68+
5. [Heni Hendaoui](https://github.com/hendaoui)
69+
6. [jamal](https://github.com/jamaluddinfikri)
70+

0 commit comments

Comments
 (0)