From 39b997e595c18e7f6624390f1cef38213da189b2 Mon Sep 17 00:00:00 2001 From: huangzhenpc Date: Wed, 1 Apr 2026 00:04:57 +0800 Subject: [PATCH] fix: remove duplicate React import in ActionButtons Co-Authored-By: Claude Opus 4.6 (1M context) --- web/src/components/layout/headerbar/ActionButtons.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/components/layout/headerbar/ActionButtons.jsx b/web/src/components/layout/headerbar/ActionButtons.jsx index 55581d37..dc09258d 100644 --- a/web/src/components/layout/headerbar/ActionButtons.jsx +++ b/web/src/components/layout/headerbar/ActionButtons.jsx @@ -17,7 +17,6 @@ along with this program. If not, see . For commercial licensing, please contact support@quantumnous.com */ -import React from 'react'; import React from 'react'; import NewYearButton from './NewYearButton'; import NotificationButton from './NotificationButton';