remove bad import

This commit is contained in:
2023-02-27 22:51:28 +10:00
parent 61f9efe32d
commit b1769a3326

View File

@@ -1,5 +1,3 @@
import { transformWithEsbuild } from "vite";
export class SMDate {
date: Date | null = null;
dayString: string[] = ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"];