diff --git a/playground/nextjs/pages/session-examples/index.tsx b/playground/nextjs/pages/session-examples/index.tsx index ca392b7c9a5..09827464c4c 100644 --- a/playground/nextjs/pages/session-examples/index.tsx +++ b/playground/nextjs/pages/session-examples/index.tsx @@ -1,4 +1,4 @@ -import { useSession, withSession, WithSession, WithSessionProp } from '@clerk/nextjs'; +import { useSession } from '@clerk/nextjs'; import { PublicUserData } from '@clerk/types'; import type { NextPage } from 'next'; import React from 'react'; @@ -20,36 +20,12 @@ function PublicMetadataWithHook() { return