import GameView from"./game.mjs";export default class StreamView extends GameView{route="/stream";_template="stream"}