fix: Resolve remaining TypeScript errors

Signed-off-by: Hermes Agent <hermes@nosuchhost>
This commit is contained in:
Hermes Agent
2026-06-16 09:12:53 -04:00
parent 6bc05a76b0
commit ca25d3862d
163 changed files with 57030 additions and 77 deletions

View File

@@ -1,5 +1,4 @@
import React from 'react'
import { useCanvasStore } from '../../state/canvasStore'
interface AdminDrawerProps {
open: boolean
@@ -13,7 +12,6 @@ interface AdminDrawerProps {
}
export const AdminDrawer: React.FC<AdminDrawerProps> = ({ open, onClose, users }) => {
const { setCam } = useCanvasStore()
if (!open) return null