This commit is contained in:
Daniel Lorch 2025-05-20 00:12:12 +02:00
parent a4d6da7085
commit d0759150ee
1 changed files with 0 additions and 1 deletions

View File

@ -881,5 +881,4 @@ export const useMacrosStore = create<MacrosState>((set, get) => ({
set({ loading: false });
}
},
}
}));