Skip to content

Commit ec96954

Browse files
authored
Update 01-login.md
1 parent 04c8532 commit ec96954

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

articles/quickstart/webapp/nextjs/01-login.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,11 +149,6 @@ The profile information is available through the `user` property exposed by the
149149

150150
```jsx
151151
'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';
157152

158153
export default function Profile() {
159154
const { user, isLoading } = useUser();

0 commit comments

Comments
 (0)