missing change

This commit is contained in:
Ulf Gebhardt 2024-11-02 23:27:22 +01:00
parent 6d3f2bf38c
commit 663971cd9c
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -10,7 +10,6 @@ const QuestContext = createContext<UseQuestManagerResult>({
function useQuestsManager(initialOpen: boolean): {
open: boolean
setQuestsOpen: (open: boolean) => void
} {
const [open, setOpen] = useState<boolean>(initialOpen)