change to router

This commit is contained in:
2026-02-18 00:51:39 +08:00
parent d88056bf3c
commit ebd8a7e8be
55 changed files with 3422 additions and 5160 deletions

View File

@@ -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,