changes_2

This commit is contained in:
Mateusz Gruszczyński
2026-05-20 07:36:59 +02:00
parent b94cd52b26
commit 5bb32234d4
13 changed files with 172 additions and 9 deletions

View File

@@ -1,5 +1,8 @@
import { stateSource } from './state.js';
import { torrentsSource } from './torrents.js';
import { mobileSource } from './mobile.js';
import { messagesSource } from './messages.js';
import { torrentAddSource } from './torrentAdd.js';
import { apiSource } from './api.js';
import { createTorrentSource } from './createTorrent.js';
import { torrentDetailsSource } from './torrentDetails.js';
@@ -16,6 +19,9 @@ import { bootstrapSource } from './bootstrap.js';
export const moduleSources = [
stateSource,
torrentsSource,
mobileSource,
messagesSource,
torrentAddSource,
apiSource,
createTorrentSource,
torrentDetailsSource,