Skip to content

Commit

Permalink
Merge pull request #2 from TEDx-SJEC/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
Vyshnav001 authored Sep 10, 2024
2 parents 9010897 + 5d5f6d4 commit bbaf7cd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getServerSideSession } from "@/app/lib/get-server-session";
import { getServerSideSession } from "@/lib/get-server-session";
export default async function Home() {
const session = await getServerSideSession();
if (!session) {
Expand Down
File renamed without changes.

0 comments on commit bbaf7cd

Please sign in to comment.