// public/views/mirror.js — #/mirror (MagicMirror² on CT 111) import { embedView } from './embed.js'; export const render = embedView({ title: 'MagicMirror', sub: 'smart mirror dashboard', src: 'https://mirror.hynesy.com/' });