aboutsummaryrefslogtreecommitdiffstats
path: root/src/webview/sessionHandler.ts
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-07-02 05:13:38 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-02 06:19:03 +0530
commitd16cc1f2c59818e53f28b4d6b4d27250331f15d7 (patch)
tree57bf4d149ec2be88dd0d351142998ce96db0d659 /src/webview/sessionHandler.ts
parentchore: correctly export/import ui elements (diff)
downloadferdium-app-d16cc1f2c59818e53f28b4d6b4d27250331f15d7.tar.gz
ferdium-app-d16cc1f2c59818e53f28b4d6b4d27250331f15d7.tar.zst
ferdium-app-d16cc1f2c59818e53f28b4d6b4d27250331f15d7.zip
Use default exports instead of named exports
Diffstat (limited to 'src/webview/sessionHandler.ts')
-rw-r--r--src/webview/sessionHandler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview/sessionHandler.ts b/src/webview/sessionHandler.ts
index 00eacdf50..8949f5d2d 100644
--- a/src/webview/sessionHandler.ts
+++ b/src/webview/sessionHandler.ts
@@ -1,6 +1,6 @@
1const debug = require('../preload-safe-debug')('Ferdium:Plugin:SessionHandler'); 1const debug = require('../preload-safe-debug')('Ferdium:Plugin:SessionHandler');
2 2
3export class SessionHandler { 3export default class SessionHandler {
4 async releaseServiceWorkers() { 4 async releaseServiceWorkers() {
5 try { 5 try {
6 const registrations = 6 const registrations =