Update packages/ui/v2/core/Shell.tsx

This commit is contained in:
Peer Richelsen
2022-09-28 18:49:23 +01:00
committed by GitHub
parent 6c046f6507
commit d4dd451c26
-1
View File
@@ -4,7 +4,6 @@ import { signOut, useSession } from "next-auth/react";
import Link from "next/link";
import { NextRouter, useRouter } from "next/router";
import React, { Dispatch, Fragment, ReactNode, SetStateAction, useEffect, useState } from "react";
import { Trash2 } from "react-feather";
import { Toaster } from "react-hot-toast";
import dayjs from "@calcom/dayjs";