import React from 'react'; import { BrowserRouter, Route, Routes, Navigate } from 'react-router-dom'; import { Home, MintSite, MintedSiteDetail } from './views'; export const App = () => { return ( } /> } /> } /> } /> ); };