Skip to content

Commit

Permalink
ga
Browse files Browse the repository at this point in the history
  • Loading branch information
kingsleydon committed Jan 27, 2025
1 parent b21c324 commit 918f494
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 25 deletions.
1 change: 1 addition & 0 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"@mui/material": "^6.4.0",
"@mui/material-nextjs": "^6.3.1",
"@mui/x-data-grid": "^7.24.0",
"@next/third-parties": "^15.1.6",
"@phala/lib": "workspace:*",
"@phala/store": "workspace:*",
"@polkadot/api": "^15.3.1",
Expand Down
2 changes: 2 additions & 0 deletions apps/app/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import {
ThemeProvider as MuiThemeProvider,
} from '@mui/material'
import {AppCacheProvider} from '@mui/material-nextjs/v15-pagesRouter'
import {GoogleTagManager} from '@next/third-parties/google'
// import {JotaiDevTools} from '@phala/lib'
import {
QueryCache,
Expand Down Expand Up @@ -62,6 +63,7 @@ const MyApp = (props: AppProps) => {
<ZendeskWidget />
{/* <JotaiDevTools /> */}
<ReactQueryDevtools buttonPosition="bottom-left" />
<GoogleTagManager gtmId="G-E0PDMEJQ0T" />
</Layout>
</Web3Provider>
</MuiThemeProvider>
Expand Down
Loading

0 comments on commit 918f494

Please sign in to comment.