Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 3, 2023
1 parent e22a6b4 commit 6abaf4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Function/Load.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
export const load = (...[Application]: Parameters<Type>) =>
Application.renderer.defineTheme("TypeScriptESBuild", Theme);

export default load;

import type Type from "../Interface/Load.js";

import Theme from "../Class/Theme.js";

0 comments on commit 6abaf4d

Please sign in to comment.