Complete #43; Introduce generic nomenclature for common partials.

This commit is contained in:
Cutieguwu
2025-07-24 10:59:40 -04:00
parent 93ecade2f4
commit 0d3aa50a14
3 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
@use "../partials/common";
@use "../partials/a_common";
@use "../partials/pane_error";

View File

@@ -1 +1 @@
@use "partials/common";
@use "partials/a_common";