change to router
This commit is contained in:
@@ -4,7 +4,7 @@ import { useShallow } from 'zustand/shallow';
|
||||
import { useState } from 'react';
|
||||
import { query } from '@/modules/query.ts'
|
||||
import { QueryViewMessages } from '../query-view';
|
||||
import { toast } from 'react-toastify';
|
||||
import { toast } from 'sonner';
|
||||
export const Chat = () => {
|
||||
const studioStore = useStudioStore(useShallow((state) => ({
|
||||
routes: state.routes,
|
||||
|
||||
Reference in New Issue
Block a user