update namespace model

This commit is contained in:
yggverse 2024-08-05 03:15:41 +03:00
parent 521d372b40
commit 47bd3b5b8b
10 changed files with 116 additions and 81 deletions

View file

@ -4,7 +4,7 @@ void activate(
GtkApplication *application
) {
// Init default component
new Yoda::Browser(
new app::Browser(
application
);
}