Compare commits

..

No commits in common. "770f1854d12e97cece40b1dc93b70e324812f219" and "17b324d338ef4fafa2539a4f5acd6266d1f389cc" have entirely different histories.

2 changed files with 2 additions and 3 deletions

View File

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

View File

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