Skip to content

Commit

Permalink
🏗️ fix re-exports 📦
Browse files Browse the repository at this point in the history
  • Loading branch information
refcell committed Jan 18, 2022
1 parent 799bac2 commit 4ed51ed
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/// <reference types="next" />
/// <reference types="next/types/global" />
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
Expand Down
15 changes: 15 additions & 0 deletions src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,30 @@ export * from "./about";

// ** Base Reexports **
export { default as AnonBadge } from "./AnonBadge";
export { default as AppPageMain } from "./AppPageMain";
export { default as ConnectButtons } from "./ConnectButtons";
export { default as ConnectWallet } from "./ConnectWallet";
export { default as Container } from "./Container";
export { default as CTA } from "./CTA";
export { default as DarkModeSwitch } from "./DarkModeSwitch";
export { default as FAQ } from "./FAQ";
export { default as FAQModal } from "./FAQModal";
export { default as Footer } from "./Footer";
export { default as GradientContainer } from "./GradientContainer";
export { default as GrayButton } from "./GrayButton";
export { default as Headline } from "./Headline";
export { default as Hero } from "./Hero";
export { default as LandingPageCTA } from "./LandingPageCTA";
export { default as LandingPageMain } from "./LandingPageMain";
export { default as LaunchApp } from "./LaunchApp";
export { default as LaunchAppButton } from "./LaunchAppButton";
export { default as Main } from "./Main";
export { default as MainSection } from "./MainSection";
export { default as NascentBadge } from "./NascentBadge";
export { default as Navbar } from "./Navbar";
export { default as NFTFrame } from "./NFTFrame";
export { default as NoShadowButton } from "./NoShadowButton";
export { default as NoShadowLink } from "./NoShadowLink";
export { default as OpenBidsFrame } from "./OpenBidsFrame";
export { default as PlaceBidFrame } from "./PlaceBidFrame";
export { default as Terminal } from "./Terminal";

0 comments on commit 4ed51ed

Please sign in to comment.