feat: Convert all app files to JS
This commit is contained in:
4
packages/backend/src/apps/slack/dynamic-data/index.js
Normal file
4
packages/backend/src/apps/slack/dynamic-data/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
import listChannels from './list-channels/index.js';
|
||||
import listUsers from './list-users/index.js';
|
||||
|
||||
export default [listChannels, listUsers];
|
||||
Reference in New Issue
Block a user