Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
a7ul committed Sep 19, 2020
1 parent 2b9dc8c commit 730934a
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion 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 = (
<Action
Expand Down Expand Up @@ -55,6 +63,7 @@ const App = () => {
{quitAction}
</Menu>
</MenuBar>
<Text>Hello</Text>
</Window>
);
};
Expand Down

0 comments on commit 730934a

Please sign in to comment.