import React from 'react'; import DevicePanel from "../components/dashboard/DevicePanel"; export default function Dashboard(props){ return(
) }