summaryrefslogtreecommitdiffhomepage
path: root/gui/src/shared/notifications/notification.ts
diff options
context:
space:
mode:
authorOskar Nyberg <oskar@mullvad.net>2020-06-17 15:20:56 +0200
committerOskar Nyberg <oskar@mullvad.net>2020-06-24 11:23:12 +0200
commit2341e2eea669ed29e1146d012fa7a4e5dc9bebf6 (patch)
tree47d17244c20745a0b71a6eca5b0947deea088704 /gui/src/shared/notifications/notification.ts
parentddf0ace17e8ca6cd27aa13c3db63e0d16ae504ba (diff)
downloadmullvadvpn-2341e2eea669ed29e1146d012fa7a4e5dc9bebf6.tar.xz
mullvadvpn-2341e2eea669ed29e1146d012fa7a4e5dc9bebf6.zip
Rename notification provider files to kebab-case
Diffstat (limited to 'gui/src/shared/notifications/notification.ts')
-rw-r--r--gui/src/shared/notifications/notification.ts10
1 files changed, 5 insertions, 5 deletions
diff --git a/gui/src/shared/notifications/notification.ts b/gui/src/shared/notifications/notification.ts
index e7d89e65bb..ea067ea45b 100644
--- a/gui/src/shared/notifications/notification.ts
+++ b/gui/src/shared/notifications/notification.ts
@@ -29,13 +29,13 @@ export interface InAppNotificationProvider extends NotificationProvider {
getInAppNotification(): InAppNotification | undefined;
}
-export * from './accountExpiry';
-export * from './blockWhenDisconnected';
+export * from './account-expiry';
+export * from './block-when-disconnected';
export * from './connected';
export * from './connecting';
export * from './disconnected';
export * from './error';
-export * from './inconsistentVersion';
+export * from './inconsistent-version';
export * from './reconnecting';
-export * from './unsupportedVersion';
-export * from './updateAvailable';
+export * from './unsupported-version';
+export * from './update-available';