diff --git a/src/pages/dashboard/index.tsx b/src/pages/dashboard/index.tsx index 890ad7f..36c06fb 100644 --- a/src/pages/dashboard/index.tsx +++ b/src/pages/dashboard/index.tsx @@ -1,4 +1,4 @@ -import { createServerSupabaseClient } from "@supabase/auth-helpers-nextjs"; +import { createServerSupabaseClient } from "@supabase/auth-helpers-nextjs"; import { GetServerSideProps, NextPage } from "next"; import DashboardLayout from "~/components/Layouts/DashboardLayout";