mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
10 lines
149 B
TypeScript
10 lines
149 B
TypeScript
import { Pricing } from "@/components/pricing";
|
|
|
|
export default function Home() {
|
|
return (
|
|
<div className="w-full">
|
|
<Pricing />
|
|
</div>
|
|
);
|
|
}
|