import { db } from "~/server/db"; export default async function AllRegions() { const allRegions = await db.query.regions.findMany(); return (
There are no regions in the db.