| import styled from "styled-components"; | import styled from "styled-components"; | ||||
| import ImagePicker from "../../../components/ImagePicker/ImagePicker"; | import ImagePicker from "../../../components/ImagePicker/ImagePicker"; | ||||
| import selectedTheme from "../../../themes"; | import selectedTheme from "../../../themes"; | ||||
| <<<<<<< HEAD | |||||
| import { TextFont } from "../../../themes/primaryTheme/primaryThemeFonts"; | import { TextFont } from "../../../themes/primaryTheme/primaryThemeFonts"; | ||||
| ======= | |||||
| import { ReactComponent as ProfilePictureSVG } from "../../../assets/images/profile-picture.svg"; | import { ReactComponent as ProfilePictureSVG } from "../../../assets/images/profile-picture.svg"; | ||||
| >>>>>>> master | |||||
| export const RegisterPageContainer = styled(Container)` | export const RegisterPageContainer = styled(Container)` | ||||
| margin-top: 72px; | margin-top: 72px; |