Task: Add app provider and add config alias paths for tsconfig and removed React imported

This commit is contained in:
2021-06-12 17:38:19 +07:00
parent 371b4fad15
commit 26451a4291
12 changed files with 40 additions and 15 deletions

View File

@@ -0,0 +1,5 @@
const AppProvider = (props: any) => {
return <>{props.children}</>
}
export default AppProvider