TechzRevamp is a modern, responsive website for RCCTechz, the tech club of RCCIIT. Built with Next.js, Tailwind CSS, Supabase, and Cloudinary, it showcases the club’s events, blogs, and activities. The project supports user authentication and open-source contributions for continuous improvement.
8
stars
40
forks
source link
Run time error and Frequently asked question section is not looking good #72
When I run I face this error
⨯ ./src/app/page.tsx
Error:
× 'import', and 'export' cannot be used outside of module code
╭─[C:\Users\Haris Ellahi\Downloads\gssoc\TechzRevamp-master\src\app\page.tsx:73:1]
73 │ );
74 │ };
75 │
76 │ export default Home;
· ──────
╰────
I have resolved this error !!!
Also the Frequently asked question is not user appealing
Assign me this 2 issue under gssoc-ext, hacktoberfest and level 3
When I run I face this error ⨯ ./src/app/page.tsx Error: × 'import', and 'export' cannot be used outside of module code ╭─[C:\Users\Haris Ellahi\Downloads\gssoc\TechzRevamp-master\src\app\page.tsx:73:1] 73 │ ); 74 │ }; 75 │ 76 │ export default Home; · ────── ╰────
Assign me this 2 issue under gssoc-ext, hacktoberfest and level 3
Thank you