feat(laptop): move power module into new laptop module

This commit is contained in:
ooks-io 2024-04-07 22:59:11 +12:00
parent 41ccb34bb3
commit 72011ba30a
5 changed files with 100 additions and 36 deletions

View file

@ -0,0 +1,6 @@
{
imports = [
./power
# ./touchpad
];
}