You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -36,7 +35,7 @@ import { Alert } from "@code4rena/components-library";
36
35
### 4. Typescript Support
37
36
All components in this library have TypeScript support. Types for all complex component props are also named exports available through the `/types` subdirectory (see example below):
38
37
```
39
-
import { ButtonSize, ButtonType, ButtonVariant } from "@code4rena/componenets-library/types";
38
+
import { ButtonSize, ButtonType, ButtonVariant } from "@code4rena/components-library/types";
@@ -36,7 +35,7 @@ import { Alert } from "@code4rena/components-library";
36
35
### 4. Typescript Support
37
36
All components in this library have TypeScript support. Types for all complex component props are also named exports available through the `/types` subdirectory (see example below):
38
37
```
39
-
import { ButtonSize, ButtonType, ButtonVariant } from "@code4rena/componenets-library/types";
38
+
import { ButtonSize, ButtonType, ButtonVariant } from "@code4rena/components-library/types";
0 commit comments