chore: remove useless imports

This commit is contained in:
daidr 2023-04-14 19:12:19 +08:00
parent 8c10eebd6c
commit 26f9b414b5
No known key found for this signature in database
GPG Key ID: 5003CFBB53B5176F
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ import { serverSidePropsHandler } from "~/lib/server-side-props"
import { getDefaultSlug } from "~/lib/helpers"
import { useMobileLayout } from "~/hooks/useMobileLayout"
import { OptionsButton } from "~/components/dashboard/OptionsButton"
import { useDebounce } from "@crossbell/util-hooks"
export const getServerSideProps: GetServerSideProps = serverSidePropsHandler(
async (ctx) => {