Skip to content

Commit dd00154

Browse files
authored
Merge pull request #169 from Lemoncode/Fix-issue-#167-readme-wrong-path
fixed path index.ts should be component #167
2 parents 02d07be + 8eb1283 commit dd00154

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

hooks/07_ColorPicker/Readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ npm install
2525
on we can refactor the content of the components folder without affecting other external files in
2626
the application that may import them).
2727

28-
_./src/index.tsx_
28+
_./src/components/index.tsx_
2929

3030
```typescript
3131
export * from "./hello";
@@ -252,7 +252,7 @@ export const ColorPicker = (props: Props) => (
252252
+ )}
253253
+ />
254254
+ {props.color.blue}
255-
+ <br />
255+
+ <br />
256256
</div>
257257
);
258258
```
@@ -262,6 +262,7 @@ export const ColorPicker = (props: Props) => (
262262
```bash
263263
npm start
264264
```
265+
265266
# About Basefactor + Lemoncode
266267

267268
We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.

0 commit comments

Comments
 (0)