Delete frontend subdirectory

This commit is contained in:
hunteraraujo
2023-09-06 11:22:33 -07:00
parent 121e79410b
commit 4e7ea36490
139 changed files with 0 additions and 5599 deletions

View File

@@ -1,6 +0,0 @@
#include "my_application.h"
int main(int argc, char** argv) {
g_autoptr(MyApplication) app = my_application_new();
return g_application_run(G_APPLICATION(app), argc, argv);
}