Can we create a two pages (component) and bind them in one module

Example
Module name is "game.ts"
Component names:- “gameList.ts” and “singleGame.ts”

These component show behave like parent-child.
“gameList.ts” is parent and “singleGame.ts” is child.