Skip to content

Commit d5d1516

Browse files
committed
Heni Hendaoui
1 parent a05c0d1 commit d5d1516

File tree

16 files changed

+15701
-37
lines changed

16 files changed

+15701
-37
lines changed

.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ 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)
68+
5. [Heni Hendaoui](https://github.com/hendaoui)
6769

0 commit comments

Comments
 (0)