Skip to content

Commit 228ab9f

Browse files
committed
applied formatting; added onAppear approach for manual widget display
1 parent 6792571 commit 228ab9f

File tree

3 files changed

+84
-61
lines changed

3 files changed

+84
-61
lines changed

app/[[...path]]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import {useMemo} from 'react';
21
import {getMDXComponent} from 'mdx-bundler/client';
32
import {Metadata} from 'next';
43
import {notFound} from 'next/navigation';
4+
import {useMemo} from 'react';
55

66
import {apiCategories} from 'sentry-docs/build/resolveOpenAPI';
77
import {ApiCategoryPage} from 'sentry-docs/components/apiCategoryPage';

0 commit comments

Comments
 (0)