added products API

This commit is contained in:
victorAnumudu
2024-12-12 22:01:19 +01:00
parent 03af1d8887
commit 2cf501dd2e
5 changed files with 87 additions and 100 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
const queryKeys = {
dashboard: ['dashboard'],
recentAction: ['recent-action']
recentAction: ['recent-action'],
product: ['product-data']
}
export default queryKeys