I would try to keep the complexity of your project as low as possible.
If you need data in one component,
don’t couple it to another component.
In your case, if you want to have your texts in one place,
e.g. to create some translations later
I would create a file dedicated for this purpose.
But this also increases the complexity of your app,
so you have to think about the trade-offs.