remove unused variable

This commit is contained in:
Ryan Cao 2023-07-14 10:50:05 +08:00
parent 802dafcdb5
commit de792d1251
No known key found for this signature in database

View file

@ -10,4 +10,3 @@ export const STATIC_DIR = /* @__PURE__ */ join(__dirname, "..", "..", "static");
export const VIEW_DIR = /* @__PURE__ */ join(STATIC_DIR, "views");
export const BADGE_DIR = /* @__PURE__ */ join(STATIC_DIR, "badges");
export const ICON_PATH = /* @__PURE__ */ join(STATIC_DIR, "icon.png");
export const MACOS_ICON_PATH = /* @__PURE__ */ join(STATIC_DIR, "icon.icns");