Skip to content

Commit

Permalink
fix clerk import route
Browse files Browse the repository at this point in the history
  • Loading branch information
n4mr3g committed May 3, 2024
1 parent 46c0079 commit 885ed09
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/play/page.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { auth } from '@clerk/nextjs';

import { auth } from '@clerk/nextjs/server';
import NewPlayerForm from '@/components/NewPlayerForm';
import GameDashboard from '@/components/GameDashboard';
import { PlayerState } from '@/types/Player';
Expand Down

0 comments on commit 885ed09

Please sign in to comment.