refactor: migrate workflows feature to the new architecture

Bug: twpowertools:176
Change-Id: Ib0af4cd828577f2a399be93264d45fdfddbad9b0
diff --git a/webpack.config.js b/webpack.config.js
index 06e0b77..dbd9ccc 100644
--- a/webpack.config.js
+++ b/webpack.config.js
@@ -68,7 +68,7 @@
     optionsCommon: './src/options/optionsCommon.js',
 
     // Workflow manager
-    workflowManager: './src/workflows/manager/index.js',
+    workflowManager: './src/features/workflows/core/manager/index.js',
 
     // Common CSS
     mdcStyles: './src/mdc/index.js',