fix(frontend): remove unused React import from Dashboard.tsx

Removes the unused `import React from 'react'` line from Dashboard.tsx
to resolve TS6133 error in lighthouse CI. No other code in the file
references the React namespace.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
CartSnitch Engineer Bot
2026-04-01 19:49:14 +00:00
parent 084f7a45d3
commit 073549cc07
-1
View File
@@ -1,4 +1,3 @@
import React from 'react'
import { Link } from 'react-router-dom' import { Link } from 'react-router-dom'
import { authClient } from '../lib/auth-client.ts' import { authClient } from '../lib/auth-client.ts'
import { usePurchases, usePriceAlerts } from '../hooks/useApi.ts' import { usePurchases, usePriceAlerts } from '../hooks/useApi.ts'