diff options
| author | 2021-01-04 04:00:10 +0300 | |
|---|---|---|
| committer | 2021-01-06 09:35:59 +0300 | |
| commit | 0da45505d7b5bc4d9b1e4aa1e9489f8b1f165725 (patch) | |
| tree | 2729127b39f68b3969ef58309f4f51457c3bc89c /yarn.lock | |
| parent | Implements Input Types (diff) | |
Adds Question Rendering
Adds a question component, and calls it on form page. Adds styling for
input types and form page. Lays foundation for validation and
submission.
Signed-off-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'yarn.lock')
| -rw-r--r-- | yarn.lock | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -7343,6 +7343,14 @@ [email protected]: iconv-lite "0.4.24" unpipe "1.0.0" + version "4.0.2" + resolved "https://registry.yarnpkg.com/raw-loader/-/raw-loader-4.0.2.tgz#1aac6b7d1ad1501e66efdac1522c73e59a584eb6" + integrity sha512-ZnScIV3ag9A4wPX/ZayxL/jZH+euYb6FcUinPcgiQW0+UBtEv0O6Q3lGd3cqJ+GHH+rksEv3Pj99oxJ3u3VIKA== + dependencies: + loader-utils "^2.0.0" + schema-utils "^3.0.0" + version "2.0.0" resolved "https://registry.yarnpkg.com/react-app-polyfill/-/react-app-polyfill-2.0.0.tgz#a0bea50f078b8a082970a9d853dc34b6dcc6a3cf" |