We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d881e9 commit c8c51c1Copy full SHA for c8c51c1
apps/site/components/Common/Searchbox/SlidingChatPanel/index.tsx
@@ -1,7 +1,7 @@
1
'use client';
2
3
import { XMarkIcon } from '@heroicons/react/24/solid';
4
-import ChatInput from '@node-core/ui-components/Common/Search/Chat/Input/index.jsx';
+import ChatInput from '@node-core/ui-components/Common/Search/Chat/Input';
5
import { SlidingPanel } from '@orama/ui/components';
6
import { useTranslations } from 'next-intl';
7
import type { FC, PropsWithChildren } from 'react';
0 commit comments