contact page api added

This commit was merged in pull request #23.
This commit is contained in:
victorAnumudu
2025-01-24 21:15:16 +01:00
parent 4367364d4f
commit 4505a6fbcd
5 changed files with 237 additions and 334 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ const queryKeys = {
product: ['product-data'],
product_url: ['product_url'],
myproduct_provision: ['myproduct_provision'],
calendar_events: ['calendar_events']
calendar_events: ['calendar_events'],
contacts: ['contacts']
}
export default queryKeys