Skip to content

Commit

Permalink
Restore hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Stormer0528 committed Sep 28, 2024
1 parent ba4f520 commit 6833798
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/generators/ReactGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ export default class ReactGenerator extends BaseGenerator {
"utils/dataAccess.ts",
"utils/types.ts",

// hooks
"hooks/create.ts",
"hooks/delete.ts",
"hooks/fetch.ts",
"hooks/index.ts",
"hooks/list.ts",
"hooks/mercure.ts",
"hooks/retrieve.ts",
"hooks/update.ts",
"hooks/show.ts",

// interfaces
"interfaces/Collection.ts",
"interfaces/foo.ts",
Expand Down

0 comments on commit 6833798

Please sign in to comment.