scorelab / Webiu

Building and maintaining a website is an essential task for any business or organization. This project aims to ease the workflow of getting a website up and running by developing a “generalized website builder”, with the help of the Gatsby Js Framework. The individuals would be able to utilize this generalized platform to plug-in required modules and configure the datasource as per requirements to build custom websites for their organizations.
MIT License
53 stars 128 forks source link

Correction of errors encounted when importing components #463

Open KaveeshaPiumini opened 1 year ago

KaveeshaPiumini commented 1 year ago

Correcting errors occurred when importing few selected Components in src/components

The markdown files of these components did not import the component correctly. There were syntax errors, typo errors, runtime errors. MiniDrawer directory had a typo mistake which then lead to a runtime error

This change is required because the markdown file is provided as a user documentation to import components. There should not be mistakes in them.

Types of changes

Checklist: