github.com/christoph-karpowicz/db_mediator@v0.0.0-20210207102849-61a28a1071d8/web/src/componenets/content/sections/dashboard/DashboardSection.tsx (about) 1 import React from 'react'; 2 3 function DashboardSection() { 4 return ( 5 <section> 6 dashboard 7 </section> 8 ); 9 } 10 11 export default DashboardSection;