Skip to content

Commit

Permalink
Create Billing.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Nirvanjha2004 authored Dec 30, 2024
1 parent 2bfb2af commit d7725fd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions frontend/src/components/billing/Billing.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import React from 'react'

function Billing() {
//Here u can create the billing component
return (
<div>Billing</div>
)
}

export default Billing

0 comments on commit d7725fd

Please sign in to comment.