plss build

This commit is contained in:
n4ze3m 2023-04-10 20:29:00 +05:30
parent 2c08175963
commit f93566043e

View File

@ -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";