Spaces:
Runtime error
Runtime error
jbilcke-hf
HF staff
changing the URL again as the public server is being abused by some users
ab75c71
"use client" | |
import { InventoryItem } from "./types" | |
// could also be Zustand or something | |
export const store: { | |
currentlyDraggedItem?: InventoryItem | |
} = { | |
currentlyDraggedItem: undefined | |
} | |