7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
---
|
|
import Layout from "../../layouts/Layout.astro";
|
|
import BuyVPN from "../../components/BuyServices/BuyVPN"
|
|
---
|
|
<Layout title="Buy VPN | WireGuard | SiliconPin">
|
|
<BuyVPN client:load />
|
|
</Layout> |