Task: Add prettier, craco and add default pages and functions

This commit is contained in:
2021-06-12 14:51:22 +07:00
parent d5451f51b9
commit 4c0fe442cd
21 changed files with 140 additions and 68 deletions

7
src/routes/index.tsx Normal file
View File

@@ -0,0 +1,7 @@
import React from 'react'
const RouterView = () => {
return <>Router</>
}
export default RouterView

1
src/routes/routes.ts Normal file
View File

@@ -0,0 +1 @@
export const routes: Array<any> = []