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 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[];
|
||||
}
|
||||
|
||||
|
||||
export interface CartItem {
|
||||
amount: number;
|
||||
data: Item;
|
||||
|
|
Loading…
Reference in a new issue