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

8 lines
104 B
TypeScript
Raw Normal View History

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