From 7bfced0da73f7302db0a0ca8294b8af386f53e39 Mon Sep 17 00:00:00 2001 From: Kevin Monisit Date: Tue, 30 Jan 2024 20:45:12 -0500 Subject: [PATCH] added comment in luge.js --- app/ui/luge.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/ui/luge.js b/app/ui/luge.js index 7386719..5a8b51e 100644 --- a/app/ui/luge.js +++ b/app/ui/luge.js @@ -3,6 +3,15 @@ import { useEffect } from 'react'; import '@/node_modules/@waaark/luge/dist/css/luge.css'; +/** + * This is for the trailing effect for the wand in the Cursor component. + * + * Delete this when necessary. This adds a whole another library to this project + * and we don't need the clutter later on if we don't need it. + * + * But magic wand trail effect is very cool. So we keep for Spring '24. + */ + const LugeReact = () => { useEffect(() => { import('@waaark/luge/dist/js/luge')