mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-29 10:56:15 +00:00
Merge pull request #8 from Fluffy-Bean/deepsource-transform-0065c2e8
style: format code with Prettier
This commit is contained in:
commit
3dda6380e5
|
@ -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