danielbinder / LogiVis

A teaching aid for concepts and algorithms in logic
MIT License
2 stars 0 forks source link

Refactor index.tsx -> index.jsx #18

Open danielbinder opened 11 months ago

danielbinder commented 11 months ago

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: