refactor(workflows): migrate to the new DI architecture

Bug: twpowertools:226
Change-Id: I8700cfd66883a667fc6ae0dffe9deb96f8d8cc80
diff --git a/webpack.config.js b/webpack.config.js
index c3e835d..1eb49ba 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -144,7 +144,8 @@
       }),
       new HtmlWebpackPlugin({
         filename: 'workflows.html',
-        template: 'src/features/workflows/templates/workflows.html.ejs',
+        template:
+            'src/features/workflows/presentation/templates/workflows.html.ejs',
         chunks: ['workflowManager'],
       }),
       new webpack.DefinePlugin({