fix: linting
This commit is contained in:
@@ -3,8 +3,8 @@ import { Lock } from "react-feather"
|
|||||||
|
|
||||||
import { serverClient } from "@/lib/trpc/server"
|
import { serverClient } from "@/lib/trpc/server"
|
||||||
|
|
||||||
import Title from "@/components/Title"
|
|
||||||
import Button from "@/components/TempDesignSystem/Button"
|
import Button from "@/components/TempDesignSystem/Button"
|
||||||
|
import Title from "@/components/Title"
|
||||||
|
|
||||||
import styles from "./next.module.css"
|
import styles from "./next.module.css"
|
||||||
|
|
||||||
|
|||||||
@@ -4,9 +4,8 @@ import { LogOut } from "react-feather"
|
|||||||
import { GetNavigationMyPages } from "@/lib/graphql/Query/NavigationMyPages.graphql"
|
import { GetNavigationMyPages } from "@/lib/graphql/Query/NavigationMyPages.graphql"
|
||||||
import { request } from "@/lib/graphql/request"
|
import { request } from "@/lib/graphql/request"
|
||||||
|
|
||||||
import Title from "@/components/Title"
|
|
||||||
import Link from "@/components/TempDesignSystem/Link"
|
import Link from "@/components/TempDesignSystem/Link"
|
||||||
|
import Title from "@/components/Title"
|
||||||
|
|
||||||
import { mapMenuItems } from "./helpers"
|
import { mapMenuItems } from "./helpers"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user