refactor: reorganize styles

This commit is contained in:
divocat
2025-10-14 22:11:10 +03:00
parent 67ec5f3090
commit 7cd32910d9
8 changed files with 887 additions and 911 deletions

View File

@@ -1,5 +1,5 @@
import { ValidationResult } from './types';
import { parseQueryString } from '../helpers';
import { parseQueryString } from '../helpers/parseQueryString';
export function validateVlessUrl(url: string): ValidationResult {
try {