Currently, the last remaining .tsx file is the index.tsx which only contains a few lines of code. The rest of our code is written in JSX and we also want this for our index.tsx Tasks: - Go through the ['I want to make a change' checklist](https://github.com/danielbinder/LogiVis/blob/main/Development.md) - Refactor index.tsx -> index.jsx - Make sure the project runs and builds! - It also needs to build by following the instructions in the [README](https://github.com/danielbinder/LogiVis/blob/main/README.md)
Currently, the last remaining .tsx file is the index.tsx which only contains a few lines of code.
The rest of our code is written in JSX and we also want this for our index.tsx
Tasks: