Chat and Terminal as plugins
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { SessionEntry, ChatMessage } from '@/Screens/Dashboard/Chat/types';
|
||||
import type { SessionEntry, ChatMessage } from 'plugins/Chat/client';
|
||||
import { useAuth } from 'hooks/useAuth';
|
||||
import { useClient } from 'hooks/useClient';
|
||||
import { useQuery, useQueryClient } from '@tanstack/react-query';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import type { SessionEntry, ChatMessage } from '@/Screens/Dashboard/Chat/types';
|
||||
import type { SessionEntry, ChatMessage } from 'plugins/Chat/client';
|
||||
import type { SlashCommandResult } from './useSlashCommands';
|
||||
import { useAuth } from 'hooks/useAuth';
|
||||
import { useClient } from 'hooks/useClient';
|
||||
|
||||
Reference in New Issue
Block a user