Skip to content

Commit

Permalink
unused type
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoskolodny committed Nov 26, 2024
1 parent e318520 commit 89a9da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/advent-calendar-2024/components/snow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import snowflakeSrc1 from "../assets/decorations/snowflake-1.svg";
import snowflakeSrc2 from "../assets/decorations/snowflake-2.svg";
import { useScreenSize } from "@telefonica/mistica";

const Snow = (): JSX.Element => {
const Snow = () => {
const [images, setImages] = useState<HTMLImageElement[]>([]);
const { isTabletOrSmaller } = useScreenSize();

Expand Down

0 comments on commit 89a9da7

Please sign in to comment.