move Util to class dir

merge-requests/1/merge
Matthew 2019-10-26 00:00:29 -04:00
parent 32d5f678bc
commit 8388caacb4
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 0 deletions

View File

@ -1,2 +1,3 @@
export { default as Command } from './Command'; export { default as Command } from './Command';
export { default as RichEmbed } from './RichEmbed'; export { default as RichEmbed } from './RichEmbed';
export { default as Util } from './Util';