millions-flower-39293
05/07/2023, 12:36 PMimport "./api-commands/administration/organization/branchCommands";
import "./api-commands/administration/organization/depositoryAccountCommands";
import "./api-commands/administration/generalledger/transactionCategoriesCommands";
How can I import these at their folder level like:
import "./api-commands/administration/organization
import "./api-commands/administration/generalledger
So that whatever custom command files will be added in the existing folder, I'll no longer specify the whole path including its file name?
Thanks!