Skip to content

Commit

Permalink
ADD Pricing Route details
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton225 committed Jan 13, 2023
1 parent 5848997 commit 50670ff
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/routes/Pricing.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import { PricingComponent } from "../components";

const Pricing = () => {
return (
<div>
Pricing
<div className="w-full mt-7 mb-20 bg-white py-24">
<div className="container">
<PricingComponent />
</div>
</div>
)
}
Expand Down

0 comments on commit 50670ff

Please sign in to comment.