diff --git a/src/App.tsx b/src/App.tsx
index e953cfc2..ae54b7d6 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -62,105 +62,102 @@ export function App(): JSX.Element {
}, [location]);
return (
-
-
-
-
-
-
-
-
-
-
-
- Your payment method has been saved successfully.
-
-
- }
- />
-
-
-
- Your payment method could not be saved. Please contact{' '}
-
- support@taskratchet.com
- {' '}
- for assistance.
-
-
- }
- />
-
-
-
-
- }
- />
-
- } />
-
- }
- />
-
- }
- />
-
- }
- />
-
-
-
-
- }
- />
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+ Your payment method has been saved successfully.
+
+
+ }
+ />
+
+
+
+ Your payment method could not be saved. Please contact{' '}
+
+ support@taskratchet.com
+ {' '}
+ for assistance.
+
+
+ }
+ />
+
+
+
+
+ }
+ />
+
+ } />
+
+ } />
+
+ }
+ />
+
+ }
+ />
+
+
+
+
+ }
+ />
+
+
+
+
+
+
);
}
export default function AppWithRouter(): JSX.Element {
return (
-
+
+
+
);
}