Skip to content

Commit 6d49025

Browse files
Fixing import statement and indentation
1 parent 29de80d commit 6d49025

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

src/index.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
========================================================= */
44
import "./styles/style.css";
55

6-
76
/* =========================================================
87
Components
98
========================================================= */
109

11-
export { default } from "./components//SupportUsButton";
10+
export { default } from "./components/SupportUsButton";
1211

1312
/* =========================================================
1413
Types
@@ -25,7 +24,7 @@ export type {
2524
sponsors,
2625
sponsorLink,
2726
CTASection,
28-
Tier,
29-
Pattern,
30-
supportUsButtonProps
31-
} from "./types/index";
27+
Tier,
28+
Pattern,
29+
supportUsButtonProps,
30+
} from "./types/index";

0 commit comments

Comments
 (0)