diff --git a/Dockerfile b/Dockerfile
index 37366b5..4062f4c 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,7 +2,7 @@ FROM node:latest AS builder
WORKDIR /usr/src/app
# this will allow us to run vite and other tools directly
-ENV PATH=/usr/src/node_modules/.bin:$PATH
+ENV PATH /usr/src/node_modules/.bin:$PATH
# inject all environment vars we'll need
diff --git a/src/components/CiaFlowCodeViewer.vue b/src/components/CiaFlowCodeViewer.vue
index fe94768..7058050 100644
--- a/src/components/CiaFlowCodeViewer.vue
+++ b/src/components/CiaFlowCodeViewer.vue
@@ -1,154 +1,101 @@
-
-
\ No newline at end of file
+
diff --git a/src/components/FileFlowViewer.vue b/src/components/FileFlowViewer.vue
index 9a00d1b..7b66d7c 100644
--- a/src/components/FileFlowViewer.vue
+++ b/src/components/FileFlowViewer.vue
@@ -1,220 +1,169 @@
-
-
-
-
-