import { PageProps } from "$fresh/server.ts"; import { Head } from "$fresh/runtime.ts"; import StockList from "../../islands/StockList.tsx"; export default function Pages(props: PageProps) { return <>