import { QuarkElement, customElement, state, } from "quarkc"; import style from "./index.css?inline"; @customElement({ tag: "app-sub", style }) class Sub extends QuarkElement { @state() title = 'docs' render() { return ( <>