Fix build #145

Merged
bustikiller merged 1 commits from fix-build into main 2024-12-10 07:44:24 +00:00
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
'use client';
import React, { useState } from 'react';
import { TableArrangement, Guest } from '@/app/lib/definitions';
import { TableArrangement } from '@/app/lib/definitions';
import { lusitana } from '@/app/ui/fonts';
import { Table } from '@/app/ui/components/table';
import { getSlug } from '@/app/lib/utils';

View File

@ -1,6 +1,7 @@
/* Copyright (C) 2024 Manuel Bustillo*/
import { Guest } from "@/app/lib/definitions";
import { Guest } from "@/app/lib/guest";
function Dish({ guest, rotation }: { guest: Guest, rotation?: number }) {
rotation = rotation || 0