/** * Regex pattern to remove leading slashes * Re-exported from shared utils for convenience */ export { LEADING_SLASHES_REGEX } from '../utils';