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

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

View File

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