move rule-transformer.js to /src/utils

This commit is contained in:
Joe Danziger
2025-05-22 15:32:15 -04:00
parent 243a9400c7
commit 1b92d5803a
8 changed files with 12 additions and 12 deletions

View File

@@ -85,7 +85,7 @@ import {
BRAND_NAMES,
isValidBrand,
getBrandProfile
} from './rule-transformer.js';
} from '../../src/utils/rule-transformer.js';
import { runInteractiveRulesSetup } from '../../src/utils/rules-setup.js';
/**