eslint fixes
This commit is contained in:
parent
aa9a4c5426
commit
0fdcefbc56
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue