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 e3e4e48
according to the output
from Prettier.
Details: None
This commit is contained in:
parent
e3e4e482cc
commit
e803959f28
|
@ -34,7 +34,7 @@ export type Checkout = {
|
|||
line2?: string;
|
||||
town: string;
|
||||
postcode: string;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
export type JSONResponse = {
|
||||
|
|
Loading…
Reference in a new issue