Compare commits
No commits in common. "770f1854d12e97cece40b1dc93b70e324812f219" and "17b324d338ef4fafa2539a4f5acd6266d1f389cc" have entirely different histories.
770f1854d1
...
17b324d338
@ -3,7 +3,7 @@
|
||||
'use client';
|
||||
|
||||
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 { Table } from '@/app/ui/components/table';
|
||||
import { getSlug } from '@/app/lib/utils';
|
||||
|
@ -1,7 +1,6 @@
|
||||
/* 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 }) {
|
||||
rotation = rotation || 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user