forked from cubetiq/cubetiq-react-app
Task: Add app provider and add config alias paths for tsconfig and removed React imported
This commit is contained in:
5
src/provider/AppProvider.tsx
Normal file
5
src/provider/AppProvider.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const AppProvider = (props: any) => {
|
||||
return <>{props.children}</>
|
||||
}
|
||||
|
||||
export default AppProvider
|
||||
Reference in New Issue
Block a user