Skip to content

Commit

Permalink
[docs] Follow blank line convention with use client
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari authored and thomasmoon committed Sep 6, 2024
1 parent 9a1ad44 commit 567bbd0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docs/data/introduction/licensing/licensing.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ When using Next.js App Router, you have multiple options to install the license

```tsx
'use client';

import { LicenseInfo } from '@mui/x-license-pro';

LicenseInfo.setLicenseKey('YOUR_LICENSE_KEY');
Expand All @@ -174,7 +173,6 @@ LicenseInfo.setLicenseKey('YOUR_LICENSE_KEY');

```tsx
'use client';

import { LicenseInfo } from '@mui/x-license-pro';

LicenseInfo.setLicenseKey('YOUR_LICENSE_KEY');
Expand Down

0 comments on commit 567bbd0

Please sign in to comment.