import DashLayout from "../../../layouts/DashLayout"; import Image from "next/image"; // markdown styles import styles from "../../../styles/markdown.module.css"; interface WikiLandingPageProps { children: React.ReactNode; } function WikiLandingPage(props: WikiLandingPageProps) { return (