mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 16:25:09 +08:00
chore: test
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import SelectorKit from '@gkd-kit/selector';
|
||||
|
||||
const { CommonSelector } = SelectorKit.li.songe.selector;
|
||||
|
||||
export const parseSelector = (source: string) => {
|
||||
return CommonSelector.Companion.parse(source);
|
||||
return SelectorKit.CommonSelector.Companion.parse(source);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user