change owner

This commit is contained in:
afred 2024-12-11 12:29:27 +08:00
parent f98c228ec7
commit 00e54bf351
1 changed files with 2 additions and 1 deletions

View File

@ -1,8 +1,9 @@
"use client";
import React, { useEffect } from "react";
import { Analytics } from "@vercel/analytics/react";
import { Home } from "./components/home";
import { getServerSideConfig } from "./config/server";
const serverConfig = getServerSideConfig();