Fix build #145
@ -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';
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user