Skip to content

Commit

Permalink
import everything preventively
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo committed Dec 19, 2023
1 parent 88ad863 commit b491637
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ import { installInterfaceLogic } from "./InterfaceLogic";
import { installWindowBehaviors } from "./WindowBehavior";
import { makeNumberExtensions } from "./extensions/NumberExtensions";
import colors from "./colors.json";
// @ts-ignore
const images = import.meta.glob("../assets/*")




export class Editor {
Expand Down

0 comments on commit b491637

Please sign in to comment.