We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6792571 commit 228ab9fCopy full SHA for 228ab9f
app/[[...path]]/page.tsx
@@ -1,7 +1,7 @@
1
-import {useMemo} from 'react';
2
import {getMDXComponent} from 'mdx-bundler/client';
3
import {Metadata} from 'next';
4
import {notFound} from 'next/navigation';
+import {useMemo} from 'react';
5
6
import {apiCategories} from 'sentry-docs/build/resolveOpenAPI';
7
import {ApiCategoryPage} from 'sentry-docs/components/apiCategoryPage';
0 commit comments