This commit is contained in:
Keep Creating Online
2025-01-07 14:09:25 -05:00
parent d037e684bd
commit 26245ce7b2
3 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import { nostrClient } from './nostr.js';
import { torrentClient } from './webtorrent.js';
import { isDevMode } from './config.js';
class NosTubeApp {
class bitvidApp {
constructor() {
// Authentication Elements
this.loginButton = document.getElementById('loginButton');
@@ -898,6 +898,6 @@ class NosTubeApp {
}
}
export const app = new NosTubeApp();
export const app = new bitvidApp();
app.init();
window.app = app;