diff --git a/src/demo.tsx b/src/demo.tsx index 436234cb..ea3fc6fe 100644 --- a/src/demo.tsx +++ b/src/demo.tsx @@ -1,7 +1,15 @@ import React from "react"; import { QIcon, QApplication, QKeySequence } from "@nodegui/nodegui"; import path from "path"; -import { Action, MenuBar, Menu, SystemTrayIcon, Renderer, Window } from "."; +import { + Action, + Text, + MenuBar, + Menu, + SystemTrayIcon, + Renderer, + Window, +} from "."; const quitAction = ( { {quitAction} + Hello ); };