Formatting

This commit is contained in:
Tickbase
2025-05-18 18:23:06 +02:00
parent bbbd7482c1
commit 81519e89b7
61 changed files with 714 additions and 775 deletions
+2 -8
View File
@@ -109,13 +109,7 @@ const AnimatedBackground = () => {
}
}, [])
return (
<canvas
ref={canvasRef}
className="animated-background"
aria-hidden="true"
/>
)
return <canvas ref={canvasRef} className="animated-background" aria-hidden="true" />
}
export default AnimatedBackground
export default AnimatedBackground