forked from cubetiq/cubetiq-react-app
Task: Add prettier, craco and add default pages and functions
This commit is contained in:
7
src/routes/index.tsx
Normal file
7
src/routes/index.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from 'react'
|
||||
|
||||
const RouterView = () => {
|
||||
return <>Router</>
|
||||
}
|
||||
|
||||
export default RouterView
|
||||
1
src/routes/routes.ts
Normal file
1
src/routes/routes.ts
Normal file
@@ -0,0 +1 @@
|
||||
export const routes: Array<any> = []
|
||||
Reference in New Issue
Block a user