-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #22 from danilo-89/cleanup
code cleanup
- Loading branch information
Showing
42 changed files
with
156 additions
and
155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
import { ReactNode } from 'react' | ||
import type { ReactNode } from 'react' | ||
|
||
interface IProps { | ||
title: string | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
export { default as Button } from '@/components/common/Button/Button' | ||
export { contractInfoLabelsData } from '@/components/common/Footer/data' | ||
export { default as Footer } from '@/components/common/Footer/Footer' | ||
export { default as LoaderDots } from '@/components/common/LoaderDots/LoaderDots' | ||
export { default as LoaderSquare } from '@/components/common/LoaderSquare/LoaderSquare' | ||
export { default as Modal } from '@/components/common/Modal/Modal' | ||
export { default as Nav } from '@/components/common/Nav/Nav' | ||
export { default as Title } from '@/components/common/Title/Title' | ||
export { default as NftCard } from '@/components/NftCard/NftCard' | ||
export { default as NFTGalleryModal } from '@/components/NFTGallery/Modal/Modal' | ||
export { default as NFTGallery } from '@/components/NFTGallery/NFTGallery' | ||
export { default as SectionHero } from '@/components/sections/SectionHero/SectionHero' | ||
export { default as ClaimedNFT } from '@/components/sections/SectionMint/ClaimedNFT/ClaimedNFT' | ||
export { default as Faucet } from '@/components/sections/SectionMint/Faucet/Faucet' | ||
export { default as InfoMessage } from '@/components/sections/SectionMint/InfoMessage/InfoMessage' | ||
export { default as InfoMessageWrapper } from '@/components/sections/SectionMint/InfoMessageWrapper/InfoMessageWrapper' | ||
export { default as InputNft } from '@/components/sections/SectionMint/InputNft/InputNft' | ||
export { default as NotConnectedNotice } from '@/components/sections/SectionMint/NotConnectedNotice/NotConnectedNotice' | ||
export { default as SectionMint } from '@/components/sections/SectionMint/SectionMint' | ||
export { default as SectionMintBottom } from '@/components/sections/SectionMint/SectionMintBottom/SectionMintBottom' | ||
export { default as StatusMessage } from '@/components/sections/SectionMint/StatusMessage/StatusMessage' | ||
export { default as WrongNetworkNotice } from '@/components/sections/SectionMint/WrongNetworkNotice/WrongNetworkNotice' | ||
export { roadmapPhasesConfig } from '@/components/sections/SectionRoadmap/data' | ||
export { default as SectionRoadmap } from '@/components/sections/SectionRoadmap/SectionRoadmap' | ||
export { default as AngledContentStripe } from '@/components/shared/AngledContentStripe/AngledContentStripe' | ||
export { default as ButtonAccount } from '@/components/shared/ButtonAccount/ButtonAccount' | ||
export { default as ButtonConnect } from '@/components/shared/ButtonConnect/ButtonConnect' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
components/sections/SectionMint/InfoMessageWrapper/InfoMessageWrapper.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.