import React from 'react'; import { BrowserRouter, Route } from 'react-router-dom'; // import OHRIDashboard from './ohri-dashboard/ohri-dashboard.component'; import VnOhriLayout from './common/layouts/VnOhriLayout'; export default function Root() { return ( } /> {/* } /> */} {/* } /> */} {/* } /> */} ); }