import React from 'react'; import './DeviceGraph.css'; import AbsorbanceGraph from './AbsorbanceGraph'; function DeviceGraph({ url, show }) { return (
); } export default DeviceGraph;