# Screens

* This is the heart of our application.
* All the various features/screens/pages are defined here.
* Each screen consists of an `index.tsx` file which exports the screen’s container as default module which makes the screen available to be utilised as a component.
