changes_2
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user