Import Structure
-
- Package Imports (
import { useEffect } from "react")
- Package Imports (
-
- Lib Imports (
import { log } from "@/lib/utils")
- Lib Imports (
-
- Context Imports (
import { WebSocketProvider } from "@/components/context/websocket")
- Context Imports (
-
- ShadCN Components (
import { Button } from "@/components/ui/button")
- ShadCN Components (
-
- Own Components (
import { Loading } from "@/components/loading/content")
- Own Components (
-
Each Import category is separated by a new line
-
Import origins are in
"not'