move temporary default data for CustomLineChart into TemporaryData.js
there wasn't an easy way to reference the data in settings.development.json in Dashboard.jsx or CompareProjections.jsx since the data wasn't tied to any databases already created. made TemporaryData.js to store the data instead, this way the data can kept separate from the components and can be used in other components if dummy data is needed.
move temporary default data for CustomLineChart into TemporaryData.js
there wasn't an easy way to reference the data in settings.development.json in Dashboard.jsx or CompareProjections.jsx since the data wasn't tied to any databases already created. made TemporaryData.js to store the data instead, this way the data can kept separate from the components and can be used in other components if dummy data is needed.