diff --git a/web/app/(commonLayout)/explore/chat/page.tsx b/web/app/(commonLayout)/explore/chat/page.tsx new file mode 100644 index 0000000000..9610d868ce --- /dev/null +++ b/web/app/(commonLayout)/explore/chat/page.tsx @@ -0,0 +1,13 @@ +import type { FC } from 'react' +import React from 'react' +import UniversalChat from '@/app/components/explore/universal-chat' + +const Chat: FC = () => { + return ( +