mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 02:16:07 +00:00
style: format code with Prettier
This commit fixes the style issues introduced in 9dce923
according to the output
from Prettier.
Details: None
This commit is contained in:
parent
9dce9235d6
commit
fbd604830e
|
@ -15,7 +15,6 @@ export interface Item {
|
||||||
images?: string[];
|
images?: string[];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
export interface CartItem {
|
export interface CartItem {
|
||||||
amount: number;
|
amount: number;
|
||||||
data: Item;
|
data: Item;
|
||||||
|
|
Loading…
Reference in a new issue