Follow up to #1566 (#1567)

* Lazy loads phone input

* Removes duplicate CSS
This commit is contained in:
Omar López 2022-01-19 09:55:29 -07:00 committed by GitHub
parent bfcd583376
commit 118ee6bfb6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,4 @@
import { GetServerSidePropsContext } from "next";
import "react-phone-number-input/style.css";
import { asStringOrThrow } from "@lib/asStringOrNull";
import prisma from "@lib/prisma";