app.scss: @use header and footer from views directory

This commit is contained in:
2026-02-11 16:42:49 +00:00
parent 9e368e75c9
commit 2a0a96da84
3 changed files with 2 additions and 2 deletions

View File

@@ -17,8 +17,8 @@
@use "components/BadEggLightbox"; @use "components/BadEggLightbox";
// Sections // Sections
@use "sections/header"; @use "../views/sections/header/header";
@use "sections/footer"; @use "../views/sections/footer/footer";
// Page Styles // Page Styles
@use "views/page"; @use "views/page";