I have a component supposed to create different pages (one per child) and display only the selected page:
import * as React from "react"; export in