rename base to common

This commit is contained in:
Anthony Rodriguez 2024-09-06 18:13:39 +02:00
parent c0b90c0b36
commit 68348881a4
Signed by: nezia
GPG key ID: EE3BE97C040A86CE
33 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@
{ {
imports = [ imports = [
../base ../common
./gaming ./gaming
]; ];
} }

View file

@ -2,6 +2,6 @@
{ {
imports = [ imports = [
../base ../common
]; ];
} }