build fix
This commit is contained in:
parent
197b240109
commit
907adf3f87
@ -12,14 +12,7 @@ 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';
|
||||
|
||||
// Layout modes
|
||||
export enum PaneLayout {
|
||||
TagSelection = "tag-selection",
|
||||
ItemSelection = "item-selection",
|
||||
TableView = "table-view",
|
||||
Editing = "editing"
|
||||
}
|
||||
import { PaneLayout } from './pane-layout';
|
||||
|
||||
interface Note {
|
||||
id: string;
|
||||
|
||||
7
app/pages/pane-layout.ts
Normal file
7
app/pages/pane-layout.ts
Normal file
@ -0,0 +1,7 @@
|
||||
// Layout modes
|
||||
export enum PaneLayout {
|
||||
TagSelection = "tag-selection",
|
||||
ItemSelection = "item-selection",
|
||||
TableView = "table-view",
|
||||
Editing = "editing"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user