This commit is contained in:
Heidi
2026-05-14 21:05:36 +01:00
parent 5d9f8fe589
commit d8834df50e
+1
View File
@@ -1,6 +1,7 @@
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;