Skip to content

Commit

Permalink
rename components
Browse files Browse the repository at this point in the history
  • Loading branch information
minhd-vu committed Feb 8, 2024
1 parent e32fe6f commit cfc764f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion nextjs/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import SessionProvider from "@/components/session-provider";
import SessionProvider from "@/components/SessionProvider";
import type { Metadata } from "next";
import { getServerSession } from "next-auth";
import { Inter } from "next/font/google";
Expand Down
2 changes: 1 addition & 1 deletion nextjs/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import LoginButton from "@/components/login-btn";
import LoginButton from "@/components/LoginButton";

export default function Home() {
return (
Expand Down

0 comments on commit cfc764f

Please sign in to comment.