diff --git a/ui/src/main.ts b/ui/src/main.ts index d0a039f..15ed615 100644 --- a/ui/src/main.ts +++ b/ui/src/main.ts @@ -289,4 +289,7 @@ class ScreenshotUI { } } -} \ No newline at end of file +} + +const ui = new ScreenshotUI(); +ui.initialize();