sdy

remove defaultimage

import defaultProfile from "../imgs/defaultProfile.jpg";
export default {
bgColor: "white",
shadowFonts: "'Shadows Into Light', cursive",
boxBorder: "1px solid #e6e6e6",
borderRadius: "4px",
defaultProfile: `${defaultProfile}`,
};
......