summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared
diff options
context:
space:
mode:
authorOskar <oskar@mullvad.net>2024-08-16 13:48:27 +0200
committerOskar <oskar@mullvad.net>2024-08-21 17:05:50 +0200
commit97366cb723efb2e53cbb8e8f24cdf832de1cdb9d (patch)
tree9efe17e5748e890c8eb1f1a2e50f40ab11e8e998 /gui/src/shared
parente3f12ed56ff05d5d7db7adbbb7243ea2c2fe6369 (diff)
downloadmullvadvpn-97366cb723efb2e53cbb8e8f24cdf832de1cdb9d.tar.xz
mullvadvpn-97366cb723efb2e53cbb8e8f24cdf832de1cdb9d.zip
Fix error.ts import order
Diffstat (limited to 'gui/src/shared')
-rw-r--r--gui/src/shared/notifications/error.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/src/shared/notifications/error.ts b/gui/src/shared/notifications/error.ts
index 2871fea4d1..af82748d7b 100644
--- a/gui/src/shared/notifications/error.ts
+++ b/gui/src/shared/notifications/error.ts
@@ -3,8 +3,8 @@ import { sprintf } from 'sprintf-js';
import { strings } from '../../config.json';
import {
AuthFailedError,
- ErrorStateDetails,
ErrorStateCause,
+ ErrorStateDetails,
TunnelParameterError,
TunnelState,
} from '../daemon-rpc-types';