Remove analytics.tsx
This commit is contained in:
		
							parent
							
								
									3ac66947b8
								
							
						
					
					
						commit
						4f83aa769b
					
				|  | @ -1,20 +0,0 @@ | |||
| import { Col } from 'web/components/layout/col' | ||||
| import { Spacer } from 'web/components/layout/spacer' | ||||
| import { fromPropz } from 'web/hooks/use-propz' | ||||
| import Analytics, { | ||||
|   CustomAnalytics, | ||||
|   FirebaseAnalytics, | ||||
|   getStaticPropz, | ||||
| } from '../stats' | ||||
| 
 | ||||
| export const getStaticProps = fromPropz(getStaticPropz) | ||||
| 
 | ||||
| export default function AnalyticsEmbed(props: Parameters<typeof Analytics>[0]) { | ||||
|   return ( | ||||
|     <Col className="w-full bg-white px-2"> | ||||
|       <CustomAnalytics {...props} /> | ||||
|       <Spacer h={8} /> | ||||
|       <FirebaseAnalytics /> | ||||
|     </Col> | ||||
|   ) | ||||
| } | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user