By default, a file is named as the export, and there is only one export in one file. It's fine to add a couple of small related exports to a module as long as they are not too long (we don't want big files). You can always refactor - with named exports moving code is easy.