eslint fixes

This commit is contained in:
Peer Richelsen 2021-08-02 19:06:44 +02:00
parent aa9a4c5426
commit 0fdcefbc56

View file

@ -1,7 +1,7 @@
import Link from "next/link"; import Link from "next/link";
import React, { Fragment, useEffect } from "react"; import React, { Fragment, useEffect } from "react";
import { useRouter } from "next/router"; import { useRouter } from "next/router";
import { signOut, useSession } from "next-auth/client"; import { useSession } from "next-auth/client";
import { Menu, Transition } from "@headlessui/react"; import { Menu, Transition } from "@headlessui/react";
import { collectPageParameters, telemetryEventTypes, useTelemetry } from "../lib/telemetry"; import { collectPageParameters, telemetryEventTypes, useTelemetry } from "../lib/telemetry";
import { SelectorIcon} from "@heroicons/react/outline"; import { SelectorIcon} from "@heroicons/react/outline";