mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-03-10 18:12:35 +01:00
6 lines
120 B
TypeScript
6 lines
120 B
TypeScript
|
|
import ShareView from '~/components/Share/ShareView';
|
||
|
|
|
||
|
|
export default function ShareRoute() {
|
||
|
|
return <ShareView />;
|
||
|
|
}
|