
import { uninstallCustomActions as uninstall } from '@dsf/helpers/custom-action-helper';

uninstall([
    {
        "name": null,
        "text": "Hello World",
        "filePath": "samples/hello-world.dsa",
        "menuPath": "/DazScriptFramework/samples",
        "description": "hello-world"
    },
    {
        "name": null,
        "text": "Sample Dialog",
        "filePath": "samples/sample-dialog.dsa",
        "menuPath": "/DazScriptFramework/samples",
        "description": "sample-dialog"
    }
]);
