From 5280cef554e812af9d5a8433b9136401518357a8 Mon Sep 17 00:00:00 2001 From: Stanislav Lunyachek Date: Thu, 14 Mar 2024 13:03:51 +0200 Subject: [PATCH] feat: Add header styles inclusion --- src/App.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.scss b/src/App.scss index a8e8f5ec..afa57f89 100755 --- a/src/App.scss +++ b/src/App.scss @@ -10,6 +10,7 @@ $fa-font-path: "~font-awesome/fonts"; $input-focus-box-shadow: $input-box-shadow; // hack to get upgrade to paragon 4.0.0 to work @import "~@edx/frontend-component-footer/dist/_footer"; +@import "~@edx/frontend-component-header/dist/index"; #root { display: flex;