import { PageProps } from "$fresh/server.ts"; import { Head } from "$fresh/runtime.ts"; import NavigationBar from "../islands/NavigationBar.tsx"; import ScrollUpButton from "../islands/ScrollUpButton.tsx"; export default function Layout({ Component, url }: PageProps) { const currentPath = url.pathname; return ( <> Atridad Lahiji
); }