Import from barrel

This commit is contained in:
Tarrgon
2025-05-31 11:15:21 -04:00
parent f5268ace77
commit 4b56cd9b9f
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import { ButtonInteraction, Client } from 'discord.js';
import { getNoteMessage } from '../utils/note-utils';
import { getNoteMessage } from '../utils';
export default {
name: 'note-next',
+1 -1
View File
@@ -1,5 +1,5 @@
import { ButtonInteraction, Client} from 'discord.js';
import { getNoteMessage } from '../utils/note-utils';
import { getNoteMessage } from '../utils';
export default {
name: 'note-previous',