Compare commits
No commits in common. "537498cb85743378b9c5ef5b414e403c673316a0" and "05392bc7474daa1188c33d40778ad97bfbbbe6f0" have entirely different histories.
537498cb85
...
05392bc747
@ -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