Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 11b2c41

Browse files
committed
필요 없는 코드 제거
1 parent e6a10e6 commit 11b2c41

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

generator.mjs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,16 +79,6 @@ const createPageFileText = name => {
7979
].join('\n');
8080
};
8181

82-
const createHookFileText = name => {
83-
// prettier-ignore
84-
return [
85-
`export const use${name} = () => {`,
86-
` return {};`,
87-
`}`,
88-
``,
89-
].join('\n');
90-
};
91-
9282
const createPromptInput = options => {
9383
const { name = 'name', label } = options;
9484

0 commit comments

Comments
 (0)