瀏覽代碼

fix: remove import

Struan 1 年之前
父節點
當前提交
936a32f359
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;