mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-26 17:36:15 +00:00
style: format code with Prettier
This commit fixes the style issues introduced in c908a54
according to the output
from Prettier.
Details: None
This commit is contained in:
parent
c908a544aa
commit
0d106cfdcd
|
@ -21,7 +21,7 @@ export type CartItem = {
|
|||
data: Item;
|
||||
};
|
||||
|
||||
export type CartRecord = Record<string, CartItem>
|
||||
export type CartRecord = Record<string, CartItem>;
|
||||
|
||||
export type JSONResponse = {
|
||||
data?: {
|
||||
|
|
Loading…
Reference in a new issue