I'm very new with AEM. I'm using AEM 6.2 version. I overridden OOTB journal component from libs/social/journal/components/hbs/journal to in my project. I copied it and past into my project.
Then I changed journal component property sling:resourceSuperTyep:social/forum/components/hbs/forum to sling:resourceSuperTyep:/libs/social/journal/components/hbs/journal in my project. Then I authored this overridden component on page. After authored it only displaying text boxes and buttons but not displaying any css design.
What I did wrong? Please help me.