-
Oops!
-
Sorry, an unexpected error has occurred.
-
- {error.statusText || error.message}
-
-
- );
-}
diff --git a/nym-vpn/ui/src/pages/MainLayout.tsx b/nym-vpn/ui/src/pages/MainLayout.tsx
deleted file mode 100644
index 86fe1b76bb..0000000000
--- a/nym-vpn/ui/src/pages/MainLayout.tsx
+++ /dev/null
@@ -1,24 +0,0 @@
-import { Outlet } from 'react-router-dom';
-import clsx from 'clsx';
-import { TopBar } from '../ui';
-
-function MainLayout() {
- return (
-