Then LinksPage.ts fetches the data and uses the created components to display it:
Link and LinkList are components but to keep it simple, we keep things related to each other close to each other. This prevent files juggling when editing a page.
If we use Link in more than one page, then we will move it to thecomponents folder.
Components
This folder containers all components that are used in more that one place. Let's add a Header to our LinksPage.