mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-11 10:31:47 +00:00
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import { PluginConfig } from '../../config/dynamic';
|
|
|
|
const config = new PluginConfig('notifications');
|
|
|
|
export default config;
|