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