--- import { generateRandomBinaryString } from '@/helpers/binary'; const binary = generateRandomBinaryString(1000); --- {binary}