mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 23:42:24 +00:00
chore(auth): move auth.ts to src/lib directory
This commit is contained in:
parent
c6cba8f504
commit
574a98e58e
@ -1,3 +1,3 @@
|
|||||||
import { handlers } from "@/auth";
|
import { handlers } from "@/lib/auth";
|
||||||
|
|
||||||
export const { GET, POST } = handlers;
|
export const { GET, POST } = handlers;
|
||||||
|
@ -17,7 +17,7 @@ import {
|
|||||||
DropdownMenuSeparator,
|
DropdownMenuSeparator,
|
||||||
DropdownMenuTrigger,
|
DropdownMenuTrigger,
|
||||||
} from "@/components/ui/dropdown-menu";
|
} from "@/components/ui/dropdown-menu";
|
||||||
import { auth, signIn, signOut } from "@/auth";
|
import { auth, signIn, signOut } from "@/lib/auth";
|
||||||
import { Skeleton } from "@/components/ui/skeleton";
|
import { Skeleton } from "@/components/ui/skeleton";
|
||||||
import { SettingsButton } from "@/components/settings-button";
|
import { SettingsButton } from "@/components/settings-button";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user