"use client"; import { MainColor } from "@/app_modules/_global/color"; import { ActionIcon, Box, Group, Title } from "@mantine/core"; import { IconBell, IconChevronLeft } from "@tabler/icons-react"; export function V2_Header() { return ( <> {}} > Test Tamplate {}}> ); }