add new create site workflow

This commit is contained in:
miloschwartz
2025-03-16 15:20:19 -04:00
parent cdf904a2bc
commit edba818615
16 changed files with 3416 additions and 283 deletions

View File

@@ -3,7 +3,7 @@ import * as React from "react"
import { cn } from "@app/lib/cn"
export function TableContainer({ children }: { children: React.ReactNode }) {
return <div className="border rounded-md bg-card">{children}</div>
return <div className="border rounded-lg bg-card">{children}</div>
}
const Table = React.forwardRef<