diff --git a/src/components/GearOptimizer.jsx b/src/components/GearOptimizer.jsx index 3e7d7c945..a8df03712 100644 --- a/src/components/GearOptimizer.jsx +++ b/src/components/GearOptimizer.jsx @@ -22,6 +22,8 @@ import SharingSection from './sections/sharing/SharingSection'; import SkillsSection from './sections/skills/SkillsSection'; import TraitsSection from './sections/traits/TraitsSection'; +console.log('test 1'); + /** * Contains the main UI for the optimizer. All the components are being put together here. */