[studio/applib] Move popup types into their own directory
All checks were successful
Build / build (push) Successful in 1m20s

This commit is contained in:
2025-05-24 15:01:17 -05:00
parent 8419b137e5
commit d8f847d707
17 changed files with 18 additions and 18 deletions

View File

@ -10,6 +10,6 @@
namespace studio {
void registerModule(studio::Module const*) noexcept;
void registerModule(Module const*) noexcept;
}