import type {ComponentChildren} from "preact"; import style from "./style.module.scss" import {Settings} from "preact-feather" import {Route, routes} from "../../utils/route"; export function Layout(props: { breadcrumbs: string, title: string, setRoute: (route: Route) => void, children: ComponentChildren }) { return(