diff --git a/src/CqlBuilderPanel/functionsSection/functionBuilder/functiontoapply.ts b/src/CqlBuilderPanel/functionsSection/functionBuilder/functiontoapply.ts deleted file mode 100644 index 0356771..0000000 --- a/src/CqlBuilderPanel/functionsSection/functionBuilder/functiontoapply.ts +++ /dev/null @@ -1,10 +0,0 @@ -const functionToApply = { - fluentFunction: false, - functionName: "Function name here", - comment: "I'm a comment about nothing at all", - functionsArguments: [ - { name: "arg1", dataType: "Integer" }, - { name: "arg2", dataType: "Integer" }, - ], - expression: "true", -};