File tree 1 file changed +3
-3
lines changed
client/src/components/Share
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { memo , useEffect } from 'react' ;
2
- import { useParams } from 'react-router-dom' ;
3
2
import { useRecoilState } from 'recoil' ;
3
+ import { useParams } from 'react-router-dom' ;
4
4
import { useGetSharedMessages , useGetStartupConfig } from 'librechat-data-provider/react-query' ;
5
+ import SharedArtifactButton from './SharedArtifactButton' ;
5
6
import { useLocalize , useDocumentTitle } from '~/hooks' ;
7
+ import SharedArtifacts from './SharedArtifacts' ;
6
8
import { ShareContext } from '~/Providers' ;
7
9
import { Spinner } from '~/components/svg' ;
8
10
import MessagesView from './MessagesView' ;
9
11
import { buildTree } from '~/utils' ;
10
12
import Footer from '../Chat/Footer' ;
11
- import SharedArtifacts from './SharedArtifacts' ;
12
13
import { cn } from '~/utils' ;
13
14
import store from '~/store' ;
14
- import SharedArtifactButton from './SharedArtifactButton' ;
15
15
16
16
function SharedView ( ) {
17
17
const localize = useLocalize ( ) ;
You can’t perform that action at this time.
0 commit comments