fix: linting

This commit is contained in:
Christel Westerberg
2024-04-29 10:07:15 +02:00
parent 91dfd38141
commit af96964fb2
2 changed files with 2 additions and 3 deletions

View File

@@ -3,8 +3,8 @@ import { Lock } from "react-feather"
import { serverClient } from "@/lib/trpc/server"
import Title from "@/components/Title"
import Button from "@/components/TempDesignSystem/Button"
import Title from "@/components/Title"
import styles from "./next.module.css"

View File

@@ -4,9 +4,8 @@ import { LogOut } from "react-feather"
import { GetNavigationMyPages } from "@/lib/graphql/Query/NavigationMyPages.graphql"
import { request } from "@/lib/graphql/request"
import Title from "@/components/Title"
import Link from "@/components/TempDesignSystem/Link"
import Title from "@/components/Title"
import { mapMenuItems } from "./helpers"