fix: types errors

This commit is contained in:
DIYgod 2023-02-24 23:11:15 +00:00
parent 90a7401cf0
commit dc83afc29e
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import { fetchGetPagesBySite } from "~/queries/page.server"
import { PageVisibilityEnum } from "~/lib/types"
import { getSiteLink } from "~/lib/helpers"
import { QueryClient } from "@tanstack/react-query"
import dayjs from "~/lib/date"
import dayjs from "dayjs"
export const getServerSideProps: GetServerSideProps = async (ctx) => {
const queryClient = new QueryClient()