We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2558c76 commit 5c478a6Copy full SHA for 5c478a6
1 file changed
src/demo.tsx
@@ -1,4 +1,4 @@
1
-import { Renderer, View, Text, Button } from "./index";
+import { Renderer, View, Text, Button, Window } from "./index";
2
import React, { useReducer, Reducer } from "react";
3
import {
4
QPushButtonEvents,
@@ -7,7 +7,6 @@ import {
7
QKeyEvent,
8
NativeEvent
9
} from "@nodegui/nodegui";
10
-import { Window } from "./components/Window";
11
12
interface state {
13
display: string;
0 commit comments