mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2025-01-14 18:45:21 +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;
|
data: Item;
|
||||||
};
|
};
|
||||||
|
|
||||||
export type CartRecord = Record<string, CartItem>
|
export type CartRecord = Record<string, CartItem>;
|
||||||
|
|
||||||
export type JSONResponse = {
|
export type JSONResponse = {
|
||||||
data?: {
|
data?: {
|
||||||
|
|
Loading…
Reference in a new issue