fixed typescript error

This commit is contained in:
lloydzhou
2024-07-15 21:21:50 +08:00
parent a1117cd4ee
commit b3a324b6f5
3 changed files with 21 additions and 7 deletions

View File

@@ -3,7 +3,6 @@ import { Analytics } from "@vercel/analytics/react";
import { Home } from "./components/home";
import { getServerSideConfig } from "./config/server";
import { SdDbInit } from "@/app/store/sd";
const serverConfig = getServerSideConfig();