fix: run linter

This commit is contained in:
2025-11-19 16:08:05 -07:00
parent 52ed3aff4f
commit 0010334580
22 changed files with 61 additions and 98 deletions

View File

@@ -1,9 +1,9 @@
'for client'
import { useOrderStore } from "../providers/OrderProvider"
import { useShallow } from "zustand/shallow"
import useAsyncEffect from "use-async-effect"
import { Mutex } from "async-mutex"
import styled from "styled-components"
import useAsyncEffect from "use-async-effect"
import { useShallow } from "zustand/shallow"
import { useOrderStore } from "../providers/OrderProvider"
import { OrderTableRow } from "./OrderTableRow"
type OrderTableProps = {