Skip to content

Commit 730934a

Browse files
committed
update versions
1 parent 2b9dc8c commit 730934a

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

src/demo.tsx

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
import React from "react";
22
import { QIcon, QApplication, QKeySequence } from "@nodegui/nodegui";
33
import path from "path";
4-
import { Action, MenuBar, Menu, SystemTrayIcon, Renderer, Window } from ".";
4+
import {
5+
Action,
6+
Text,
7+
MenuBar,
8+
Menu,
9+
SystemTrayIcon,
10+
Renderer,
11+
Window,
12+
} from ".";
513

614
const quitAction = (
715
<Action
@@ -55,6 +63,7 @@ const App = () => {
5563
{quitAction}
5664
</Menu>
5765
</MenuBar>
66+
<Text>Hello</Text>
5867
</Window>
5968
);
6069
};

0 commit comments

Comments
 (0)