Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
sstraatemans committed Aug 31, 2023
1 parent 5bdc7c8 commit a23d8ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"acorn": "~8.8.2",
"classnames": "^2.3.1",
"date-fns": "~2.30.0",
"globby": "~13.2.2",
"js-yaml": "~4.1.0",
"mdast-util-to-markdown": "~1.5.0",
"mdast-util-to-string": "~3.2.0",
Expand All @@ -58,8 +59,7 @@
"remark-frontmatter": "~4.0.1",
"remark-gfm": "~3.0.1",
"shiki": "~0.14.2",
"styled-components": "~5.3.10",
"globby": "~13.2.2"
"styled-components": "~5.3.10"
},
"devDependencies": {
"@7-docs/cli": "~0.3.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import { StaticResults } from './StaticResults';
import { BrowseSection, Loading } from '@/components';
import { IConversation } from '@/hooks/useSearch/useConversation';
import { filePathToRoute } from '@/pages/api/semanticsearch';
import { StreamMetaData } from '@7-docs/edge';
import classnames from 'classnames';
import Link from 'next/link';
import React, { FC, useEffect, useState } from 'react';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ import { Box, Heading, Text, useModal } from '@kadena/react-ui';

import type { IQueryResult } from '../../../types';
import { itemLinkClass, staticResultsListClass } from '../styles.css';
import ReactMarkdown from 'react-markdown';

import { filePathToRoute } from '@/pages/api/semanticsearch';
import Link from 'next/link';
import React, { FC } from 'react';
import ReactMarkdown from 'react-markdown';

interface IProps {
results: IQueryResult[];
Expand Down

0 comments on commit a23d8ef

Please sign in to comment.