File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ npm-debug.log*
2424yarn-debug.log *
2525yarn-error.log *
2626.yarn *
27+ ! .yarnrc.yml
2728
2829# local env files
2930.env * .local
Original file line number Diff line number Diff line change 1+ nodeLinker : node-modules
Original file line number Diff line number Diff line change 3131 "formik" : " 2.4.9" ,
3232 "framer-motion" : " 12.36.0" ,
3333 "lodash" : " 4.18.1" ,
34+ "lodash-es" : " 4.18.1" ,
3435 "next" : " 16.1.6" ,
3536 "prop-types" : " 15.8.1" ,
3637 "react" : " 19.2.4" ,
6061 "overrides" : {
6162 "eslint" : " 10.1.0"
6263 },
63- "packageManager" : " yarn@4.13.0 "
64+ "packageManager" : " yarn@4.14.1 "
6465}
Original file line number Diff line number Diff line change 11// project imports
2- import ComponentColor from ' views/components-overview/color' ;
2+ import ComponentColor from " views/components-overview/Color" ;
33
44// ===============================|| COMPONENTS - COLOR ||=============================== //
55
Original file line number Diff line number Diff line change 11// project imports
2- import ComponentShadow from ' views/components-overview/shadows' ;
2+ import ComponentShadow from " views/components-overview/Shadows" ;
33
44// ============================|| COMPONENTS - SHADOW ||============================ //
55
Original file line number Diff line number Diff line change 11// project imports
2- import ComponentTypography from ' views/components-overview/typography' ;
2+ import ComponentTypography from " views/components-overview/Typography" ;
33
44// ==============================|| COMPONENTS - TYPOGRAPHY ||============================== //
55
You can’t perform that action at this time.
0 commit comments