We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4dcf81 commit 096941bCopy full SHA for 096941b
src/components/EthVideo.tsx
@@ -1,9 +1,10 @@
1
import React from "react"
2
import { useTheme } from "@emotion/react"
3
+import { AspectRatio } from "@chakra-ui/react"
4
5
import darkVideo from "../assets/ethereum-hero-dark.mp4"
6
import lightVideo from "../assets/ethereum-hero-light.mp4"
-import { AspectRatio } from "@chakra-ui/react"
7
+
8
9
export interface IProps {
10
className?: string
0 commit comments