cubetiq-react-app/src/routes/index.tsx

8 lines
104 B
TypeScript

import React from 'react'
const RouterView = () => {
return <>Router</>
}
export default RouterView