DayJS and antd improvements.

This commit is contained in:
Patrick Fic
2024-04-18 11:08:50 -07:00
parent 7d7fe9819f
commit 1d155eb42a
16 changed files with 126 additions and 153 deletions

View File

@@ -15,6 +15,7 @@ import CargoVanList from "./cargovans.json";
import PassengerVanList from "./passengervans.json";
import SuvList from "./suvs.json";
import ipcTypes from "../ipc.types";
import dayjs from '../util/day.js';
const { logger } = window;
const { ipcRenderer } = window;