Skip to content

Commit c8c51c1

Browse files
committed
fixup!
1 parent 5d881e9 commit c8c51c1

File tree

1 file changed

+1
-1
lines changed
  • apps/site/components/Common/Searchbox/SlidingChatPanel

1 file changed

+1
-1
lines changed

apps/site/components/Common/Searchbox/SlidingChatPanel/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
'use client';
22

33
import { XMarkIcon } from '@heroicons/react/24/solid';
4-
import ChatInput from '@node-core/ui-components/Common/Search/Chat/Input/index.jsx';
4+
import ChatInput from '@node-core/ui-components/Common/Search/Chat/Input';
55
import { SlidingPanel } from '@orama/ui/components';
66
import { useTranslations } from 'next-intl';
77
import type { FC, PropsWithChildren } from 'react';

0 commit comments

Comments
 (0)