Skip to content

Commit 096941b

Browse files
fixed import order
Co-authored-by: Pablo Pettinari <pettinarip@gmail.com>
1 parent b4dcf81 commit 096941b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/EthVideo.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
import React from "react"
22
import { useTheme } from "@emotion/react"
3+
import { AspectRatio } from "@chakra-ui/react"
34

45
import darkVideo from "../assets/ethereum-hero-dark.mp4"
56
import lightVideo from "../assets/ethereum-hero-light.mp4"
6-
import { AspectRatio } from "@chakra-ui/react"
7+
78

89
export interface IProps {
910
className?: string

0 commit comments

Comments
 (0)