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

pull/4740/head
Peer Richelsen 2022-09-28 18:49:23 +01:00 committed by GitHub
parent 6c046f6507
commit d4dd451c26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ import { signOut, useSession } from "next-auth/react";
import Link from "next/link"; import Link from "next/link";
import { NextRouter, useRouter } from "next/router"; import { NextRouter, useRouter } from "next/router";
import React, { Dispatch, Fragment, ReactNode, SetStateAction, useEffect, useState } from "react"; import React, { Dispatch, Fragment, ReactNode, SetStateAction, useEffect, useState } from "react";
import { Trash2 } from "react-feather";
import { Toaster } from "react-hot-toast"; import { Toaster } from "react-hot-toast";
import dayjs from "@calcom/dayjs"; import dayjs from "@calcom/dayjs";