Wrap your app
Import Billing.js CSS classes
The Billing.js imports already-styled React components for you to import into your app directly.
Those components are styled with Tailwind so you will need to import those classes.
App
/ index.tsx
- Root component of your react app
Wrap with the context provider
Wrap your App with the <BillingProvider />
component to give it access to the Billing.js context.
App
/ index.tsx
- Root component of your react app
Last updated