From 418649fc02cc7f8b450c11103dc01effdabbb3ee Mon Sep 17 00:00:00 2001 From: Peer Richelsen Date: Sat, 7 Aug 2021 23:02:04 +0200 Subject: [PATCH] removed unused imports --- pages/success.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/pages/success.tsx b/pages/success.tsx index 023274e270..6b85910853 100644 --- a/pages/success.tsx +++ b/pages/success.tsx @@ -4,7 +4,7 @@ import prisma, { whereAndSelect } from "../lib/prisma"; import { useEffect, useState } from "react"; import { useRouter } from "next/router"; import { CheckIcon } from "@heroicons/react/outline"; -import { CalendarIcon, ClockIcon, LocationMarkerIcon } from "@heroicons/react/solid"; +import { ClockIcon } from "@heroicons/react/solid"; import dayjs from "dayjs"; import utc from "dayjs/plugin/utc"; import toArray from "dayjs/plugin/toArray"; @@ -166,7 +166,9 @@ export default function Success(props) { eventName ) + (location ? "&location=" + location : "") }> - + - + - +