import { FEATURE_A } from '@sample/secondary/feature-a';

export const FEATURE_B = `${FEATURE_A}, fast!`;
