Skip to content

Import Structure

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

  • Import origins are in " not '