fix: remove duplicate React import in ActionButtons

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-01 00:04:57 +08:00
parent 3175afa07d
commit 39b997e595

View File

@@ -17,7 +17,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
For commercial licensing, please contact support@quantumnous.com
*/
import React from 'react';
import React from 'react';
import NewYearButton from './NewYearButton';
import NotificationButton from './NotificationButton';