import { PageProps } from "$fresh/server.ts"; import { resources } from "@lib/resources.ts"; import { Link } from "@islands/Link.tsx"; import { Emoji } from "@components/Emoji.tsx"; export default function MyLayout({ Component }: PageProps) { return (
); }