This commit is contained in:
tangly1024
2023-03-12 18:58:28 +08:00
parent 16fd9692fb
commit 6e37e113d7
10 changed files with 102 additions and 80 deletions

View File

@@ -62,8 +62,8 @@ const MyApp = ({ Component, pageProps }) => {
return (
<GlobalContextProvider>
{externalPlugins}
<Component {...pageProps} />
{externalPlugins}
</GlobalContextProvider>
)
}