ファイルの分離

This commit is contained in:
harukin-expo-dev-env
2024-09-09 10:41:18 +00:00
parent 30662ab10c
commit ad98372df8
17 changed files with 181 additions and 170 deletions

View File

@@ -17,7 +17,7 @@ export const buildProvidersTree = (providers) => {
return buildProvidersTree([
({ children }) => (
<FirstProvider>
<SecondProvider>{children}</SecondProvider>
<SecondProvider {...{ children }} />
</FirstProvider>
),
...providers,