tjikko-studio / components

Component library for Tjikko Studio apps
0 stars 0 forks source link

prior buttons #28

Closed highshot-rk closed 3 years ago

shawninder commented 3 years ago

@highshot-rk What is the utility of this file: components/Buttons/index.tsx?

In components/Buttons/Button.stories.tsx you can just use

import { Button, ButtonProps } from './Button'

instead of:

import { Button, ButtonProps } from "./index"

No?

highshot-rk commented 3 years ago

Really Sorry. I forget with hurry up. I will modify soon.

shawninder commented 3 years ago

ok don't worry about it I was just curious

shawninder commented 3 years ago

One small detail, let's keep all our directory names in lowercase, so if you could just rename components/Buttons/ to components/buttons/ that would be great.

shawninder commented 3 years ago

Never mind I did it.