fix: Resolve remaining TypeScript errors
Signed-off-by: Hermes Agent <hermes@nosuchhost>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user