Showing
1 changed file
with
0 additions
and
3 deletions
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 | }; | ... | ... |
-
Please register or login to post a comment