This commit is contained in:
2026-05-14 21:07:37 +01:00
parent a17f3b50ba
commit 3c08023cb9
-1
View File
@@ -1,7 +1,6 @@
import React, { useEffect, useRef } from "react";
import { TRUNK_TOP_CSS } from "./Tree";
// This component renders a canvas with animated falling leaves.
interface Leaf {
x: number;
y: number;