We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c8532 commit ec96954Copy full SHA for ec96954
articles/quickstart/webapp/nextjs/01-login.md
@@ -149,11 +149,6 @@ The profile information is available through the `user` property exposed by the
149
150
```jsx
151
'use client';
152
-import React from 'react';
153
-import { Row, Col } from 'reactstrap';
154
-import { useUser } from '@auth0/nextjs-auth0';
155
-import Loading from '../../components/Loading';
156
-import Highlight from '../../components/Highlight';
157
158
export default function Profile() {
159
const { user, isLoading } = useUser();
0 commit comments