File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- import { ReactNode } from "react"
2- import { AppShell } from "@/components/shell/app-shell"
3- import { CommandMenu } from "@/components/cmdk/command-menu"
4- import { SystemToasts } from "@/components/system/system-toasts"
5-
61import { ReactNode } from "react"
72
83import { AppShell } from "@/components/shell/app-shell"
9-
104import { CommandMenu } from "@/components/cmdk/command-menu"
11-
125import { SystemToasts } from "@/components/system/system-toasts"
13-
146import { RealtimeProvider } from "@/components/system/realtime-provider"
157
8+
9+
1610export default function DashboardLayout ( {
1711 children,
1812} : {
Original file line number Diff line number Diff line change @@ -4,8 +4,7 @@ import { useEffect } from "react"
44
55import { toast } from "sonner"
66
7- import { useRealtimeStore } from "@/stores/realtime-store"
8-
7+ import { useRealtimeStore } from "@/app/stores/realtime-store"
98export function useRealtimeSystem ( ) {
109 const setConnected =
1110 useRealtimeStore (
You can’t perform that action at this time.
0 commit comments