UTDallasEPICS / utd-oos-bottle-counter

2 stars 1 forks source link

Move out MapPage() code to another folder #153

Open btp220002 opened 1 week ago

btp220002 commented 1 week ago

Very, very, very low priority.

Currently, MapPage() holds all of the data for our MapLibre code, which can make the map .tsx file cluttered to go through. This can potentially become an annoying problem when we introduce more functions into the useEffect for this page (such as adding prisma data to the table, making a tab visible to see info on a specific fountain, etc.).