🖼️ index.ts

This commit is contained in:
nirholas
2026-03-31 10:22:57 +00:00
parent 6be650ecd3
commit 67fbb291e5
2 changed files with 2 additions and 0 deletions

View File

@@ -1,2 +1,3 @@
export default { isEnabled: () => false, isHidden: true, name: 'stub' }; export default { isEnabled: () => false, isHidden: true, name: 'stub' };

View File

@@ -15,3 +15,4 @@ const thinkbackPlay = {
} satisfies Command } satisfies Command
export default thinkbackPlay export default thinkbackPlay