Fixed import (#515)

pull/505/head^2
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
1 changed files with 1 additions and 1 deletions

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";