Hello everyone ! Welcome to NIT-dgp. Our Github: https://github.com/NIT-dgp Our FB: https://www.facebook.com/groups/NITDgpOS
pandusonu2 on master
Added Logo and Updated proposal… (compare)
I forked , and cloned the project https://github.com/lugnitdgp/Attendancetracking ,Then in frontend directory running :yarn run in dev mode is showing me the error:
ERROR in ./src/index.jsx
Module build failed: SyntaxError: Unexpected token (26:6)
24 | var pagecontainer=[];
25 | pagecontainer.push(
26 | <div>
| ^
27 | <Attendance />
28 | </div>
29 | )
and the build fails ,
what is the solution for this error?