Oprava importů klienta do složky types, aby nebylo potřeba složku kokírovat

This commit is contained in:
Michal Hájek
2025-02-02 16:01:21 +01:00
parent a9fe369abc
commit c311cc2fd7
11 changed files with 13 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
import { Table } from "react-bootstrap";
import { Order, PizzaDayState, PizzaOrder } from "../types";
import { Order, PizzaDayState, PizzaOrder } from "../../../types";
import PizzaOrderRow from "./PizzaOrderRow";
import { updatePizzaFee } from "../api/PizzaDayApi";