improvements
This commit is contained in:
		
							
								
								
									
										17
									
								
								src/pages/download/DownloadPage.tsx
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								src/pages/download/DownloadPage.tsx
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
import { AnimatedSection } from '@/components/AnimatedSection'
 | 
			
		||||
 | 
			
		||||
import { DownloadHero } from './DownloadHero'
 | 
			
		||||
import { DevHub } from './DevHub'
 | 
			
		||||
 | 
			
		||||
export default function DownloadPage() {
 | 
			
		||||
  return (
 | 
			
		||||
    <>
 | 
			
		||||
      <AnimatedSection>
 | 
			
		||||
        <DownloadHero />
 | 
			
		||||
      </AnimatedSection>
 | 
			
		||||
      <AnimatedSection>
 | 
			
		||||
        <DevHub />
 | 
			
		||||
      </AnimatedSection>
 | 
			
		||||
    </>
 | 
			
		||||
  )
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user