- {@render children()}
+
+ {@render children()}
diff --git a/apps/ppp/src/lib/components/editor/panel/terminal-tab.svelte b/apps/ppp/src/lib/components/editor/panel/terminal-tab.svelte
index ec3ef054..0d9d6a41 100644
--- a/apps/ppp/src/lib/components/editor/panel/terminal-tab.svelte
+++ b/apps/ppp/src/lib/components/editor/panel/terminal-tab.svelte
@@ -1,51 +1,45 @@
-
+
diff --git a/apps/ppp/src/lib/components/editor/process.ts b/apps/ppp/src/lib/components/editor/process.ts
index 1395bec4..8194cb51 100644
--- a/apps/ppp/src/lib/components/editor/process.ts
+++ b/apps/ppp/src/lib/components/editor/process.ts
@@ -1 +1 @@
-export type ProcessStatus = 'stopped' | 'stopping' | 'running'
\ No newline at end of file
+export type ProcessStatus = 'stopped' | 'stopping' | 'running';
diff --git a/apps/ppp/src/lib/components/editor/run-button.svelte b/apps/ppp/src/lib/components/editor/run-button.svelte
index 5a3907d0..93992ec9 100644
--- a/apps/ppp/src/lib/components/editor/run-button.svelte
+++ b/apps/ppp/src/lib/components/editor/run-button.svelte
@@ -1,26 +1,26 @@
-