Update pages/_app.tsx
Co-authored-by: Bailey Pumfleet <pumfleet@hey.com>
This commit is contained in:
		
							parent
							
								
									b15ef1d8b0
								
							
						
					
					
						commit
						dcf2744566
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1,7 +1,7 @@ | |||
| import '../styles/globals.css'; | ||||
| import {createTelemetryClient, TelemetryProvider} from '../lib/telemetry'; | ||||
| import { Provider } from 'next-auth/client'; | ||||
| import type { AppProps } from "next/app" | ||||
| import type { AppProps } from "next/app"; | ||||
| 
 | ||||
| function MyApp({ Component, pageProps }: AppProps) { | ||||
|   return ( | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue
	
	 Mihai C
						Mihai C