We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29de80d commit 6d49025Copy full SHA for 6d49025
1 file changed
src/index.ts
@@ -3,12 +3,11 @@
3
========================================================= */
4
import "./styles/style.css";
5
6
-
7
/* =========================================================
8
Components
9
10
11
-export { default } from "./components//SupportUsButton";
+export { default } from "./components/SupportUsButton";
12
13
14
Types
@@ -25,7 +24,7 @@ export type {
25
24
sponsors,
26
sponsorLink,
27
CTASection,
28
- Tier,
29
- Pattern,
30
- supportUsButtonProps
31
-} from "./types/index";
+ Tier,
+ Pattern,
+ supportUsButtonProps,
+} from "./types/index";
0 commit comments