From 8aed77c49b14ae211dd0cfcd1a5228df334217e0 Mon Sep 17 00:00:00 2001 From: Chad Curtis Date: Tue, 8 Jul 2025 06:17:57 +0000 Subject: [PATCH] readd comment --- src/components/auth/SignupDialog.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/auth/SignupDialog.tsx b/src/components/auth/SignupDialog.tsx index c7cfbf5..28ee399 100644 --- a/src/components/auth/SignupDialog.tsx +++ b/src/components/auth/SignupDialog.tsx @@ -1,3 +1,6 @@ +// NOTE: This file is stable and usually should not be modified. +// It is important that all functionality in this file is preserved, and should only be modified if explicitly requested. + import React, { useState, useEffect, useRef } from 'react'; import { Download, Key, Copy, Upload } from 'lucide-react'; import { Button } from '@/components/ui/button';