Skip to content

Commit

Permalink
Removed: product module and related service as unused
Browse files Browse the repository at this point in the history
  • Loading branch information
ymaheshwari1 committed Jan 11, 2024
1 parent d9e34d2 commit f3091f9
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 126 deletions.
15 changes: 0 additions & 15 deletions src/services/ProductService.ts

This file was deleted.

1 change: 0 additions & 1 deletion src/store/RootState.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
export default interface RootState {
user: any;
product: any;
}
4 changes: 1 addition & 3 deletions src/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import actions from './actions'
import RootState from './RootState'
import createPersistedState from "vuex-persistedstate";
import userModule from './modules/user';
import productModule from "./modules/product";



Expand All @@ -32,8 +31,7 @@ const store = createStore<RootState>({
getters,
plugins: [ persistState ],
modules: {
'user': userModule,
'product': productModule
'user': userModule
},
})

Expand Down
6 changes: 0 additions & 6 deletions src/store/modules/product/ProductState.ts

This file was deleted.

51 changes: 0 additions & 51 deletions src/store/modules/product/actions.ts

This file was deleted.

16 changes: 0 additions & 16 deletions src/store/modules/product/getters.ts

This file was deleted.

21 changes: 0 additions & 21 deletions src/store/modules/product/index.ts

This file was deleted.

2 changes: 0 additions & 2 deletions src/store/modules/product/mutation-types.ts

This file was deleted.

11 changes: 0 additions & 11 deletions src/store/modules/product/mutations.ts

This file was deleted.

0 comments on commit f3091f9

Please sign in to comment.