diff options
| author | Oskar <oskar@mullvad.net> | 2024-08-16 13:48:27 +0200 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2024-08-21 17:05:50 +0200 |
| commit | 97366cb723efb2e53cbb8e8f24cdf832de1cdb9d (patch) | |
| tree | 9efe17e5748e890c8eb1f1a2e50f40ab11e8e998 /gui/src/shared | |
| parent | e3f12ed56ff05d5d7db7adbbb7243ea2c2fe6369 (diff) | |
| download | mullvadvpn-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.ts | 2 |
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'; |
