Skip to content

Commit

Permalink
chore: update import on nextjs pages index (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
fitrahmunir authored Nov 3, 2023
1 parent 3106de7 commit 5c02ce3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nextjs-pages/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import {
Session,
createPagesBrowserClient,
createPagesServerClient
} from '@/../../packages/nextjs/dist';
} from '@supabase/auth-helpers-nextjs';
import type { GetServerSidePropsContext, NextPage } from 'next';
import Link from 'next/link';
import { useEffect, useState } from 'react';
Expand Down

0 comments on commit 5c02ce3

Please sign in to comment.