Skip to content

Commit

Permalink
fix: change commands export
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Feb 27, 2024
1 parent 1cc7f6a commit fcb0810
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Commands from './commands/commands.js'
export default {
Commands,
export default {}

export const commands = {
commands: Commands,
}

0 comments on commit fcb0810

Please sign in to comment.