Remove unused React imports (Notifications, Palette)

Modern React 17+ JSX transform doesn't need `import React from "react"`
unless React itself is referenced. The two component files had stale
imports left over from the agent that scaffolded them; tsc -b under
the build config trips on them as TS6133. Drop them.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
megaproxy 2026-05-22 18:35:10 +01:00
parent 3060169214
commit 6b12ec877b
4 changed files with 3 additions and 2 deletions

View file

@ -0,0 +1 @@
{"root":["./vite.config.ts"],"version":"5.9.3"}