Files
gander/web_server/frontend/src/pages/CheckoutPage.tsx
Chris-1010 1ede987914 Fix: Imports on backend
Fix: Connected Backend to Frontend over localhost
2025-01-21 23:54:11 +00:00

10 lines
130 B
TypeScript

import React from 'react';
const CheckoutPage: React.FC = () => {
return (
<div>
</div>
);
};
export default CheckoutPage;