diff options
Diffstat (limited to 'thallium-frontend/src/pages/CheckoutPage.tsx')
| -rw-r--r-- | thallium-frontend/src/pages/CheckoutPage.tsx | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/thallium-frontend/src/pages/CheckoutPage.tsx b/thallium-frontend/src/pages/CheckoutPage.tsx index ae73009..4206360 100644 --- a/thallium-frontend/src/pages/CheckoutPage.tsx +++ b/thallium-frontend/src/pages/CheckoutPage.tsx @@ -15,7 +15,7 @@ const CheckoutPage = () => {              {/* TODO */}              Not yet implemented.          </Card> -    </MaxWidthContainer> +    </MaxWidthContainer>;  };  export default CheckoutPage;  |