Merge pull request 'Fix build' (#145) from fix-build into main
Some checks failed
Playwright Tests / test (push) Has been skipped
Check usage of free licenses / build-static-assets (push) Successful in 1m37s
Build Nginx-based docker image / build-static-assets (push) Failing after 1m20s

Reviewed-on: #145
This commit is contained in:
bustikiller 2024-12-10 07:44:24 +00:00
commit 770f1854d1
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