import React from 'react'; import { Panel } from 'rsuite'; const boxStyle = { margin: '50px 10px', }; export default function Dashboard() { return ( Dashboard} bordered style={boxStyle}>

This is just experimenting with stuff.

); }