mirror of
https://github.com/Fluffy-Bean/TastyBites.git
synced 2024-12-28 18:36:25 +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[];
|
||||
}
|
||||
|
||||
|
||||
export interface CartItem {
|
||||
amount: number;
|
||||
data: Item;
|
||||
|
|
Loading…
Reference in a new issue