fix another screw up

This commit is contained in:
MathMan05
2026-03-03 14:48:04 -06:00
parent 47469ac4e6
commit ac7b847196
-1
View File
@@ -17,7 +17,6 @@ import {MarkDown} from "../markdown";
import {Message} from "../message.js";
import {FancySelect} from "../utils/fancySelect.js";
import {File} from "../file.js";
import {copyFile} from "fs";
abstract class compObj {
abstract owner: Components;