This commit is contained in:
2026-03-27 17:34:40 +07:00
parent 46b7f5dfa5
commit 17649bd1c0
15 changed files with 280 additions and 35 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ export function Home() {
<div className="flex flex-col gap-1.75 items-center">
<VpnControl />
<CountrySelect />
<VpnStats received="0" sent="0" />
<VpnStats />
</div>
);
}