sdy

remove defaultimage

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