From d18bc9d3be347a6cbce4fc575937f8a101a98bab Mon Sep 17 00:00:00 2001 From: Mads Rasmussen Date: Mon, 27 Feb 2023 13:01:39 +0100 Subject: [PATCH] add import barrel --- src/Umbraco.Web.UI.Client/libs/entity-action/index.ts | 1 + 1 file changed, 1 insertion(+) create mode 100644 src/Umbraco.Web.UI.Client/libs/entity-action/index.ts diff --git a/src/Umbraco.Web.UI.Client/libs/entity-action/index.ts b/src/Umbraco.Web.UI.Client/libs/entity-action/index.ts new file mode 100644 index 0000000000..9d7bf09f23 --- /dev/null +++ b/src/Umbraco.Web.UI.Client/libs/entity-action/index.ts @@ -0,0 +1 @@ +export * from './entity-action';