fix: linting
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import { myPages } from "@/constants/routes/myPages"
|
|
||||||
import { serverClient } from "@/lib/trpc/server"
|
import { serverClient } from "@/lib/trpc/server"
|
||||||
|
|
||||||
import MaxWidth from "@/components/MaxWidth"
|
import MaxWidth from "@/components/MaxWidth"
|
||||||
|
|||||||
@@ -3,11 +3,7 @@ import {
|
|||||||
GetMyPagesBreadcrumbsRefs,
|
GetMyPagesBreadcrumbsRefs,
|
||||||
} from "@/lib/graphql/Query/BreadcrumbsMyPages.graphql"
|
} from "@/lib/graphql/Query/BreadcrumbsMyPages.graphql"
|
||||||
import { request } from "@/lib/graphql/request"
|
import { request } from "@/lib/graphql/request"
|
||||||
import {
|
import { internalServerError, notFound } from "@/server/errors/trpc"
|
||||||
badRequestError,
|
|
||||||
internalServerError,
|
|
||||||
notFound,
|
|
||||||
} from "@/server/errors/trpc"
|
|
||||||
import { contentstackProcedure, router } from "@/server/trpc"
|
import { contentstackProcedure, router } from "@/server/trpc"
|
||||||
|
|
||||||
import {
|
import {
|
||||||
|
|||||||
@@ -1,7 +1,8 @@
|
|||||||
import { Lang } from "@/constants/languages"
|
import { Lang } from "@/constants/languages"
|
||||||
|
|
||||||
|
import type { System } from "../system"
|
||||||
import type { AllRequestResponse } from "../utils/all"
|
import type { AllRequestResponse } from "../utils/all"
|
||||||
import type { Edges } from "../utils/edges"
|
import type { Edges } from "../utils/edges"
|
||||||
import type { System } from "../system"
|
|
||||||
|
|
||||||
interface AccountPageBreadcrumbs {
|
interface AccountPageBreadcrumbs {
|
||||||
breadcrumbs: {
|
breadcrumbs: {
|
||||||
|
|||||||
Reference in New Issue
Block a user