diff --git a/src/App.vue b/src/App.vue
index d1779c7..769c80c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,10 +1,28 @@
-
+
+
+
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/components/ConfirmedForm.vue b/src/components/ConfirmedForm.vue
index 6b8d2fc..a6006d0 100644
--- a/src/components/ConfirmedForm.vue
+++ b/src/components/ConfirmedForm.vue
@@ -131,8 +131,4 @@ function cancelOrder(event: Event) {
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/components/LoadingComponent.vue b/src/components/LoadingComponent.vue
index 24c7cc5..0291963 100644
--- a/src/components/LoadingComponent.vue
+++ b/src/components/LoadingComponent.vue
@@ -9,8 +9,4 @@
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/components/LoginModal.vue b/src/components/LoginModal.vue
index 44f5bee..03a7a9a 100644
--- a/src/components/LoginModal.vue
+++ b/src/components/LoginModal.vue
@@ -43,8 +43,4 @@ function sendLogin() {
-
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/components/MainForm.vue b/src/components/MainForm.vue
index 164bd5e..8b3d646 100644
--- a/src/components/MainForm.vue
+++ b/src/components/MainForm.vue
@@ -1,12 +1,13 @@
-
\ No newline at end of file
diff --git a/src/components/OrdersSelector.vue b/src/components/OrdersSelector.vue
index 06a4049..f1a1760 100644
--- a/src/components/OrdersSelector.vue
+++ b/src/components/OrdersSelector.vue
@@ -1,17 +1,18 @@
diff --git a/src/views/SummedOrdersView.vue b/src/views/SummedOrdersView.vue
new file mode 100644
index 0000000..d7942f1
--- /dev/null
+++ b/src/views/SummedOrdersView.vue
@@ -0,0 +1,90 @@
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/index.ts b/src/views/index.ts
index 030e012..92eaec6 100644
--- a/src/views/index.ts
+++ b/src/views/index.ts
@@ -1,2 +1,3 @@
export { default as LoginView } from "./LoginView.vue";
export { default as MainView } from "./MainView.vue";
+export { default as SummedOrdersView } from "./SummedOrdersView.vue"