forked from cubetiq/cubetiq-react-app
8 lines
104 B
TypeScript
8 lines
104 B
TypeScript
|
import React from 'react'
|
||
|
|
||
|
const RouterView = () => {
|
||
|
return <>Router</>
|
||
|
}
|
||
|
|
||
|
export default RouterView
|