chore: remove useless imports
This commit is contained in:
parent
8c10eebd6c
commit
26f9b414b5
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue