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