feat(web): расписание, каналы уведомлений, история проверок, drift-badge
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { ReactNode } from "react"
|
||||
import { NavLink, useLocation, useNavigate } from "react-router-dom"
|
||||
import { Globe, LogOut, Users, LayoutTemplate, SquareTerminal } from "lucide-react"
|
||||
import { BellRing, CalendarClock, Globe, LogOut, Users, LayoutTemplate, SquareTerminal } from "lucide-react"
|
||||
import { useAuth } from "@/auth/AuthContext"
|
||||
import { Button } from "@/components/ui/button"
|
||||
import { cn } from "@/lib/utils"
|
||||
@@ -9,6 +9,8 @@ const NAV = [
|
||||
{ to: "/domains", label: "Domains", icon: Globe },
|
||||
{ to: "/accounts", label: "Accounts", icon: Users },
|
||||
{ to: "/templates", label: "Templates", icon: LayoutTemplate },
|
||||
{ to: "/schedule", label: "Schedule", icon: CalendarClock },
|
||||
{ to: "/channels", label: "Channels", icon: BellRing },
|
||||
] as const
|
||||
|
||||
export function Layout({ children }: { children: ReactNode }) {
|
||||
|
||||
Reference in New Issue
Block a user