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

@@ -13,7 +13,7 @@ import {
BRAND_NAMES,
isValidBrand,
getBrandProfile
} from '../../../../scripts/modules/rule-transformer.js';
} from '../../../../src/utils/rule-transformer.js';
import path from 'path';
import fs from 'fs';