The intent here is to make component / pages as a .tsx component. Right there you might find some jsx files.
Same goes for the css styling, majority is tailwind bases, a few normal css files, but in some cases there are unncessary tailwind classes, need to refactor them to have the same to be consistent.
The intent here is to make component / pages as a
.tsxcomponent. Right there you might find some jsx files.Same goes for the css styling, majority is tailwind bases, a few normal css files, but in some cases there are unncessary tailwind classes, need to refactor them to have the same to be consistent.