changes_1

This commit is contained in:
Mateusz Gruszczyński
2026-05-20 06:54:21 +02:00
parent 9dcd0abd7d
commit b94cd52b26
9 changed files with 34 additions and 46 deletions

View File

@@ -8,6 +8,7 @@ import { rssSource } from './rss.js';
import { smartQueueSource } from './smartQueue.js';
import { plannerSource } from './planner.js';
import { pollerSource } from './poller.js';
import { profilesSource } from './profiles.js';
import { dashboardSource } from './dashboard.js';
import { chartsSource } from './charts.js';
import { bootstrapSource } from './bootstrap.js';
@@ -24,6 +25,7 @@ export const moduleSources = [
plannerSource,
dashboardSource,
pollerSource,
profilesSource,
chartsSource,
bootstrapSource,
];