Page rename
This commit is contained in:
parent
fe89394879
commit
6c1dc5c87d
@ -12,7 +12,6 @@ import { ContactsView } from '@/components/carnet/contacts-view';
|
|||||||
import { X, Menu } from "lucide-react";
|
import { X, Menu } from "lucide-react";
|
||||||
import { ContactDetails } from '@/components/carnet/contact-details';
|
import { ContactDetails } from '@/components/carnet/contact-details';
|
||||||
import { parse as parseVCard, format as formatVCard } from 'vcard-parser';
|
import { parse as parseVCard, format as formatVCard } from 'vcard-parser';
|
||||||
import Header from "@/components/carnet/header";
|
|
||||||
|
|
||||||
// Layout modes
|
// Layout modes
|
||||||
export enum PaneLayout {
|
export enum PaneLayout {
|
||||||
@ -574,7 +573,6 @@ export default function CarnetPage() {
|
|||||||
<main className="w-full h-screen bg-black">
|
<main className="w-full h-screen bg-black">
|
||||||
<div className="w-full h-full px-4 pt-12 pb-4">
|
<div className="w-full h-full px-4 pt-12 pb-4">
|
||||||
<div className="flex h-full bg-carnet-bg">
|
<div className="flex h-full bg-carnet-bg">
|
||||||
<Header title="PAGES" />
|
|
||||||
{/* Navigation Panel */}
|
{/* Navigation Panel */}
|
||||||
{showNav && (
|
{showNav && (
|
||||||
<>
|
<>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user