mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 11:51:47 +00:00
convert plugins
This commit is contained in:
@ -6,7 +6,7 @@ import defaultConfig from './defaults';
|
||||
import store from './store';
|
||||
import plugins from './plugins';
|
||||
|
||||
import { restart } from '../providers/app-controls';
|
||||
import { restart } from '@/providers/app-controls';
|
||||
|
||||
const set = (key: string, value: unknown) => {
|
||||
store.set(key, value);
|
||||
|
||||
Reference in New Issue
Block a user