mirror of
https://github.com/idrainformatica/PecFlow.git
synced 2026-06-16 12:45:42 +02:00
modifiche varie
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import { Outlet, Navigate } from 'react-router-dom'
|
||||
import { Toaster } from 'react-hot-toast'
|
||||
import { Sidebar } from './Sidebar'
|
||||
import { ComposeModal } from '@/components/ComposeModal/ComposeModal'
|
||||
import { useAuth } from '@/hooks/useAuth'
|
||||
import { useWebSocket } from '@/hooks/useWebSocket'
|
||||
import { useEffect } from 'react'
|
||||
@@ -59,6 +60,9 @@ export function AppLayout() {
|
||||
},
|
||||
}}
|
||||
/>
|
||||
|
||||
{/* Finestra di composizione PEC flottante (stile Gmail) */}
|
||||
<ComposeModal />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user