forked from engineering/cloudservices
move Util to class dir
parent
32d5f678bc
commit
8388caacb4
|
@ -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';
|
||||||
|
|
Loading…
Reference in New Issue