1 2 3 4 5 6 7 8 9
import { Events } from './Events'; const Main = ` <main class="container"> ${Events} </main> `; export default Main;