From 6c1dc5c87d73e0c7ea369dfc5382776a4b76c195 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 21 Apr 2025 10:06:18 +0200 Subject: [PATCH] Page rename --- app/carnet/page.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/carnet/page.tsx b/app/carnet/page.tsx index d8067c12..a20a97dc 100644 --- a/app/carnet/page.tsx +++ b/app/carnet/page.tsx @@ -12,7 +12,6 @@ import { ContactsView } from '@/components/carnet/contacts-view'; import { X, Menu } from "lucide-react"; import { ContactDetails } from '@/components/carnet/contact-details'; import { parse as parseVCard, format as formatVCard } from 'vcard-parser'; -import Header from "@/components/carnet/header"; // Layout modes export enum PaneLayout { @@ -574,7 +573,6 @@ export default function CarnetPage() {
-
{/* Navigation Panel */} {showNav && ( <>