country page

This commit is contained in:
CHIEFSOFT\ameye
2025-10-06 06:07:21 -04:00
parent a9721991de
commit 54a0361620
3 changed files with 96 additions and 2 deletions
+8
View File
@@ -0,0 +1,8 @@
import React from 'react'
import CountrySettings from "../components/country/CountrySettings";
export default function CountrySettingsPage() {
return (
<CountrySettings />
)
}