diff --git a/frontend/src/components/billing/Billing.js b/frontend/src/components/billing/Billing.js new file mode 100644 index 000000000..f53d92719 --- /dev/null +++ b/frontend/src/components/billing/Billing.js @@ -0,0 +1,10 @@ +import React from 'react' + +function Billing() { + //Here u can create the billing component + return ( +
Billing
+ ) +} + +export default Billing