-
Notifications
You must be signed in to change notification settings - Fork 112
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
99 additions
and
137 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
export { default as LogoHorizontalColor } from "./LogoHorizontalColor"; | ||
export { default as LogoHorizontalColorLayer1 } from "./LogoHorizontalColorLayer1"; | ||
export { default as LogoHorizontalColorLayer2 } from "./LogoHorizontalColorLayer2"; | ||
export { default as LogoHorizontalDark } from "./LogoHorizontalDark"; | ||
export { default as LogoHorizontalWhite } from "./LogoHorizontalWhite"; | ||
export { default as LogoSquareColor } from "./LogoSquareColor"; | ||
export { default as LogoSquareColorLayer1 } from "./LogoSquareColorLayer1"; | ||
export { default as LogoSquareColorLayer2 } from "./LogoSquareColorLayer2"; | ||
export { default as LogoSquareDark } from "./LogoSquareDark"; | ||
export { default as LogoSquareWhite } from "./LogoSquareWhite"; | ||
export { default as LogoHorizontalColorLogo } from "./LogoHorizontalColor"; | ||
export { default as LogoHorizontalColorLayer1Logo } from "./LogoHorizontalColorLayer1"; | ||
export { default as LogoHorizontalColorLayer2Logo } from "./LogoHorizontalColorLayer2"; | ||
export { default as LogoHorizontalDarkLogo } from "./LogoHorizontalDark"; | ||
export { default as LogoHorizontalWhiteLogo } from "./LogoHorizontalWhite"; | ||
export { default as LogoSquareColorLogo } from "./LogoSquareColor"; | ||
export { default as LogoSquareColorLayer1Logo } from "./LogoSquareColorLayer1"; | ||
export { default as LogoSquareColorLayer2Logo } from "./LogoSquareColorLayer2"; | ||
export { default as LogoSquareDarkLogo } from "./LogoSquareDark"; | ||
export { default as LogoSquareWhiteLogo } from "./LogoSquareWhite"; |
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,48 +1,3 @@ | ||
export { | ||
LogoHorizontalColor as LogoHorizontalColorLogo, | ||
LogoHorizontalColorLayer1 as LogoHorizontalColorLogoLayer1, | ||
LogoHorizontalColorLayer2 as LogoHorizontalColorLogoLayer2, | ||
LogoHorizontalDark as LogoHorizontalDarkLogo, | ||
LogoHorizontalWhite as LogoHorizontalWhiteLogo, | ||
LogoSquareColor as LogoSquareColorLogo, | ||
LogoSquareColorLayer1 as LogoSquareColorLogoLayer1, | ||
LogoSquareColorLayer2 as LogoSquareColorLogoLayer2, | ||
LogoSquareDark as LogoSquareDarkLogo, | ||
LogoSquareWhite as LogoSquareWhiteLogo, | ||
} from "./dust"; | ||
export { Logo } from "./Logo"; | ||
export { | ||
Ai21 as Ai21Logo, | ||
Anthropic as AnthropicLogo, | ||
AnthropicWhite as AnthropicWhiteLogo, | ||
Claude as ClaudeLogo, | ||
Cohere as CohereLogo, | ||
Confluence as ConfluenceLogo, | ||
Drive as DriveLogo, | ||
Gemini as GeminiLogo, | ||
Github as GithubLogo, | ||
GithubWhite as GithubWhiteLogo, | ||
Gong as GongLogo, | ||
GoogleDoc as GoogleDocLogo, | ||
Google as GoogleLogo, | ||
GooglePdf as GooglePdfLogo, | ||
GoogleSlide as GoogleSlideLogo, | ||
GoogleSpreadsheet as GoogleSpreadsheetLogo, | ||
Gpt3 as Gpt3Logo, | ||
Gpt4 as Gpt4Logo, | ||
HuggingFace as HuggingFaceLogo, | ||
Intercom as IntercomLogo, | ||
MicrosoftExcel as MicrosoftExcelLogo, | ||
Microsoft as MicrosoftLogo, | ||
MicrosoftPowerpoint as MicrosoftPowerpointLogo, | ||
MicrosoftWord as MicrosoftWordLogo, | ||
Mistral as MistralLogo, | ||
Notion as NotionLogo, | ||
Office as OfficeLogo, | ||
Openai as OpenaiLogo, | ||
OpenaiWhite as OpenaiWhiteLogo, | ||
Replicate as ReplicateLogo, | ||
Salesforce as SalesforceLogo, | ||
Slack as SlackLogo, | ||
Zapier as ZapierLogo, | ||
} from "./platforms"; | ||
export * from "./dust"; | ||
export * from "./Logo"; | ||
export * from "./platforms"; |
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,34 +1,34 @@ | ||
export { default as Ai21 } from "./Ai21"; | ||
export { default as Anthropic } from "./Anthropic"; | ||
export { default as AnthropicWhite } from "./AnthropicWhite"; | ||
export { default as Claude } from "./Claude"; | ||
export { default as Cohere } from "./Cohere"; | ||
export { default as Confluence } from "./Confluence"; | ||
export { default as Drive } from "./Drive"; | ||
export { default as Gemini } from "./Gemini"; | ||
export { default as Github } from "./Github"; | ||
export { default as GithubWhite } from "./GithubWhite"; | ||
export { default as Gong } from "./Gong"; | ||
export { default as Google } from "./Google"; | ||
export { default as GoogleDoc } from "./GoogleDoc"; | ||
export { default as GooglePdf } from "./GooglePdf"; | ||
export { default as GoogleSlide } from "./GoogleSlide"; | ||
export { default as GoogleSpreadsheet } from "./GoogleSpreadsheet"; | ||
export { default as Gpt3 } from "./Gpt3"; | ||
export { default as Gpt4 } from "./Gpt4"; | ||
export { default as HuggingFace } from "./HuggingFace"; | ||
export { default as Intercom } from "./Intercom"; | ||
export { default as Microsoft } from "./Microsoft"; | ||
export { default as MicrosoftExcel } from "./MicrosoftExcel"; | ||
export { default as MicrosoftPowerpoint } from "./MicrosoftPowerpoint"; | ||
export { default as MicrosoftWord } from "./MicrosoftWord"; | ||
export { default as Mistral } from "./Mistral"; | ||
export { default as Notion } from "./Notion"; | ||
export { default as Office } from "./Office"; | ||
export { default as Openai } from "./Openai"; | ||
export { default as OpenaiWhite } from "./OpenaiWhite"; | ||
export { default as Replicate } from "./Replicate"; | ||
export { default as Salesforce } from "./Salesforce"; | ||
export { default as Slack } from "./Slack"; | ||
export { default as Zapier } from "./Zapier"; | ||
export { default as Zendesk } from "./Zendesk"; | ||
export { default as Ai21Logo } from "./Ai21"; | ||
export { default as AnthropicLogo } from "./Anthropic"; | ||
export { default as AnthropicWhiteLogo } from "./AnthropicWhite"; | ||
export { default as ClaudeLogo } from "./Claude"; | ||
export { default as CohereLogo } from "./Cohere"; | ||
export { default as ConfluenceLogo } from "./Confluence"; | ||
export { default as DriveLogo } from "./Drive"; | ||
export { default as GeminiLogo } from "./Gemini"; | ||
export { default as GithubLogo } from "./Github"; | ||
export { default as GithubWhiteLogo } from "./GithubWhite"; | ||
export { default as GongLogo } from "./Gong"; | ||
export { default as GoogleLogo } from "./Google"; | ||
export { default as GoogleDocLogo } from "./GoogleDoc"; | ||
export { default as GooglePdfLogo } from "./GooglePdf"; | ||
export { default as GoogleSlideLogo } from "./GoogleSlide"; | ||
export { default as GoogleSpreadsheetLogo } from "./GoogleSpreadsheet"; | ||
export { default as Gpt3Logo } from "./Gpt3"; | ||
export { default as Gpt4Logo } from "./Gpt4"; | ||
export { default as HuggingFaceLogo } from "./HuggingFace"; | ||
export { default as IntercomLogo } from "./Intercom"; | ||
export { default as MicrosoftLogo } from "./Microsoft"; | ||
export { default as MicrosoftExcelLogo } from "./MicrosoftExcel"; | ||
export { default as MicrosoftPowerpointLogo } from "./MicrosoftPowerpoint"; | ||
export { default as MicrosoftWordLogo } from "./MicrosoftWord"; | ||
export { default as MistralLogo } from "./Mistral"; | ||
export { default as NotionLogo } from "./Notion"; | ||
export { default as OfficeLogo } from "./Office"; | ||
export { default as OpenaiLogo } from "./Openai"; | ||
export { default as OpenaiWhiteLogo } from "./OpenaiWhite"; | ||
export { default as ReplicateLogo } from "./Replicate"; | ||
export { default as SalesforceLogo } from "./Salesforce"; | ||
export { default as SlackLogo } from "./Slack"; | ||
export { default as ZapierLogo } from "./Zapier"; | ||
export { default as ZendeskLogo } from "./Zendesk"; |
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