import { pathMatch } from 'fastui' import type { ClassNameGenerator, CustomRender, models } from 'fastui' import { Modal } from './modal' import { Navbar } from './navbar' import { Pagination } from './pagination' import { Footer } from './footer' import { Toast } from './toast' export const customRender: CustomRender = (props) => { const { type } = props switch (type) { case 'Navbar': return () => case 'Footer': return () =>