Fixed import (#515)

This commit is contained in:
Alex van Andel 2021-08-24 09:38:37 +01:00 committed by GitHub
parent 7a9a5f08db
commit 47d28756b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ import "react-phone-number-input/style.css";
import PhoneInput from "react-phone-number-input";
import { LocationType } from "../../lib/location";
import Avatar from "@components/Avatar";
import Button from "../../components/ui/Button";
import { Button } from "@components/ui/Button";
import Theme from "@components/Theme";
import { ReactMultiEmail } from "react-multi-email";