added products API
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
const queryKeys = {
|
||||
dashboard: ['dashboard'],
|
||||
recentAction: ['recent-action']
|
||||
recentAction: ['recent-action'],
|
||||
product: ['product-data']
|
||||
}
|
||||
|
||||
export default queryKeys
|
||||
Reference in New Issue
Block a user