Parcourir la source

fix: remove import

Struan il y a 1 an
Parent
commit
936a32f359
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      views/flipchess_startscreen.c

+ 1 - 1
views/flipchess_startscreen.c

@@ -6,7 +6,7 @@
 #include "flipchess_icons.h"
 #include "helpers/flipchess_fonts.h"
 
-#include <assets_icons.h>
+// #include <assets_icons.h>
 
 struct FlipChessStartscreen {
     View* view;