formated code
This commit is contained in:
parent
1ff7dca09e
commit
5f8efd244e
3 changed files with 3 additions and 8 deletions
|
|
@ -1,4 +1,3 @@
|
|||
import * as React from "react";
|
||||
const SvgSlackIcon = (props) => (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
import * as React from "react";
|
||||
const SvgWolfram = (props) => (
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
|
|
|
|||
|
|
@ -48,7 +48,6 @@ import {
|
|||
Scissors,
|
||||
Search,
|
||||
Settings2,
|
||||
SlackIcon,
|
||||
Sparkles,
|
||||
SunIcon,
|
||||
TerminalSquare,
|
||||
|
|
@ -83,14 +82,12 @@ import { OpenAiIcon } from "../icons/OpenAi";
|
|||
import { PineconeIcon } from "../icons/Pinecone";
|
||||
import { QDrantIcon } from "../icons/QDrant";
|
||||
import { SearxIcon } from "../icons/Searx";
|
||||
import { VertexAIIcon } from "../icons/VertexAI";
|
||||
import { HackerNewsIcon } from "../icons/hackerNews";
|
||||
import { SupabaseIcon } from "../icons/supabase";
|
||||
import SvgSlackIcon from "../icons/Slack/SlackIcon";
|
||||
import { VertexAIIcon } from "../icons/VertexAI";
|
||||
import SvgWikipedia from "../icons/Wikipedia/Wikipedia";
|
||||
import SvgWolfram from "../icons/Wolfram/Wolfram";
|
||||
import SvgWeaviate from "../icons/Weaviate/Weaviate";
|
||||
import { WeaviateIcon } from "../icons/Weaviate";
|
||||
import { HackerNewsIcon } from "../icons/hackerNews";
|
||||
import { SupabaseIcon } from "../icons/supabase";
|
||||
|
||||
export const gradients = [
|
||||
"bg-gradient-to-br from-gray-800 via-rose-700 to-violet-900",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue